IActivator.Activate(IConstructionCallMessage) 메서드

정의

제공된 개체에 지정된 개체의 인스턴스를 IConstructionCallMessage만듭니다.

public:
 System::Runtime::Remoting::Activation::IConstructionReturnMessage ^ Activate(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ msg);
public System.Runtime.Remoting.Activation.IConstructionReturnMessage Activate(System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
[System.Security.SecurityCritical]
public System.Runtime.Remoting.Activation.IConstructionReturnMessage Activate(System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
abstract member Activate : System.Runtime.Remoting.Activation.IConstructionCallMessage -> System.Runtime.Remoting.Activation.IConstructionReturnMessage
[<System.Security.SecurityCritical>]
abstract member Activate : System.Runtime.Remoting.Activation.IConstructionCallMessage -> System.Runtime.Remoting.Activation.IConstructionReturnMessage
Public Function Activate (msg As IConstructionCallMessage) As IConstructionReturnMessage

매개 변수

msg
IConstructionCallMessage

활성화하는 데 필요한 개체에 대한 정보로, 에 저장됩니다 IConstructionCallMessage.

반품

에 포함된 개체 활성화의 상태입니다 IConstructionReturnMessage.

특성

예외

즉시 호출자에게 인프라 권한이 없습니다.

적용 대상