Freigeben über


IContextPropertyActivator.IsOKToActivate(IConstructionCallMessage) Methode

Definition

Gibt an, ob der im msg-Parameter angegebene Objekttyp aktiviert werden darf.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 bool IsOKToActivate(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ msg);
public bool IsOKToActivate (System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
[System.Security.SecurityCritical]
public bool IsOKToActivate (System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
abstract member IsOKToActivate : System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
[<System.Security.SecurityCritical>]
abstract member IsOKToActivate : System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
Public Function IsOKToActivate (msg As IConstructionCallMessage) As Boolean

Parameter

Gibt zurück

Ein boolescher Wert, der angibt, ob der angeforderte Typ aktiviert werden kann.

Attribute

Gilt für: