Compartir a través de


IActivator.Activate(IConstructionCallMessage) Método

Definición

Crea una instancia del objeto que se especifica en el IConstructionCallMessage proporcionado.

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

Parámetros

msg
IConstructionCallMessage

La información sobre el objeto que es necesaria para activarlo, se almacena en IConstructionCallMessage.

Devoluciones

Estado de la activación del objeto contenido en IConstructionReturnMessage.

Atributos

Excepciones

El llamador inmediato no tiene permisos de infraestructura.

Se aplica a