IActivator.Activate(IConstructionCallMessage) Método

Definição

Cria uma instância do objeto especificada no fornecido 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

Parâmetros

msg
IConstructionCallMessage

As informações sobre o objeto necessário para ativá-lo, armazenadas em um IConstructionCallMessage.

Retornos

Status da ativação do objeto contida em um IConstructionReturnMessage.

Atributos

Exceções

O chamador imediato não tem permissão de infraestrutura.

Aplica-se a