Freigeben über


ConstructionCall.ActivationType-Eigenschaft

Diese Eigenschaft unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Ruft den Typ des zu aktivierenden Remoteobjekts ab.

Diese Eigenschaft ist nicht CLS-kompatibel.  

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property ActivationType As Type
'Usage
Dim instance As ConstructionCall
Dim value As Type

value = instance.ActivationType
public Type ActivationType { get; }
public:
virtual property Type^ ActivationType {
    Type^ get () sealed;
}
/** @property */
public final Type get_ActivationType ()
public final function get ActivationType () : Type

Eigenschaftenwert

Der Type des zu aktivierenden Remoteobjekts.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

ConstructionCall-Klasse
ConstructionCall-Member
System.Runtime.Remoting.Messaging-Namespace