다음을 통해 공유


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에 들어 있는 개체 활성화 상태입니다.

특성

예외

직접 실행 호출자에 인프라 권한이 없는 경우

적용 대상