Sdílet prostřednictvím


IActivator.Activate(IConstructionCallMessage) Metoda

Definice

Vytvoří instanci objektu, která je zadána v zadaném IConstructionCallMessageobjektu .

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

Parametry

msg
IConstructionCallMessage

Informace o objektu, který je potřebný k jeho aktivaci, uložený v objektu IConstructionCallMessage.

Návraty

Stav aktivace objektu obsaženého v objektu IConstructionReturnMessage.

Atributy

Výjimky

Okamžitý volající nemá oprávnění k infrastruktuře.

Platí pro