Freigeben über


ConstructionCall.ContextProperties-Eigenschaft

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

Ruft eine Liste von Eigenschaften ab, die den Kontext definieren, in dem das Remoteobjekt erstellt werden soll.

Diese Eigenschaft ist nicht CLS-kompatibel.  

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

Syntax

'Declaration
Public ReadOnly Property ContextProperties As IList
'Usage
Dim instance As ConstructionCall
Dim value As IList

value = instance.ContextProperties
public IList ContextProperties { get; }
public:
virtual property IList^ ContextProperties {
    IList^ get () sealed;
}
/** @property */
public final IList get_ContextProperties ()
public final function get ContextProperties () : IList

Eigenschaftenwert

Eine IList mit den Eigenschaften, die den Kontext definieren, in dem das Remoteobjekt erstellt werden soll.

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