System.Diagnostics.DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute C# (CSharp) 메소드

DebuggerTypeProxyAttribute() 공개 메소드

public DebuggerTypeProxyAttribute ( string typeName ) : System
typeName string
리턴 System
		public DebuggerTypeProxyAttribute (string typeName) {
			proxy_type_name = typeName;
		}

Same methods

DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute::DebuggerTypeProxyAttribute ( Type type ) : System
DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute