C# 클래스 System.Runtime.Remoting.Messaging.ConstructorCallMessage

상속: IConstructionCallMessage, IMethodCallMessage, IMethodMessage, IMessage
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConstructorCallMessage System
ConstructorCallMessage System
GetLogicalCallContext LogicalCallContext
GetMessage Message
GetTypeAttributes Object[]
GetWOMAttributes Object[]
SetFrame void
SetLogicalCallContext LogicalCallContext

공개 메소드들

메소드 설명
GetArg ( int argNum ) : Object
GetArgName ( int index ) : String
GetInArg ( int argNum ) : Object
GetInArgName ( int index ) : String
GetThisPtr ( ) : Object

비공개 메소드들

메소드 설명
ConstructorCallMessage ( ) : System
ConstructorCallMessage ( Object callSiteActivationAttributes, Object womAttr, Object typeAttr, Type serverType ) : System
GetLogicalCallContext ( ) : LogicalCallContext
GetMessage ( ) : Message
GetTypeAttributes ( ) : Object[]
GetWOMAttributes ( ) : Object[]
SetFrame ( MessageData msgData ) : void
SetLogicalCallContext ( LogicalCallContext ctx ) : LogicalCallContext

메소드 상세

GetArg() 공개 메소드

public GetArg ( int argNum ) : Object
argNum int
리턴 Object

GetArgName() 공개 메소드

public GetArgName ( int index ) : String
index int
리턴 String

GetInArg() 공개 메소드

public GetInArg ( int argNum ) : Object
argNum int
리턴 Object

GetInArgName() 공개 메소드

public GetInArgName ( int index ) : String
index int
리턴 String

GetThisPtr() 공개 메소드

public GetThisPtr ( ) : Object
리턴 Object