Compartilhar via


IActivator.Activate(IConstructionCallMessage) Método

Definição

Cria uma instância do objeto especificado no IConstructionCallMessage fornecido.

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 que é necessário para ativá-lo, armazenadas em um IConstructionCallMessage.

Retornos

Status de ativação de objeto contido em um IConstructionReturnMessage.

Atributos

Exceções

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

Aplica-se a