Freigeben über


RemotingConfiguration.ProcessId-Eigenschaft

Ruft die ID des gerade ausgeführten Prozesses ab.

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

Syntax

'Declaration
Public Shared ReadOnly Property ProcessId As String
'Usage
Dim value As String

value = RemotingConfiguration.ProcessId
public static string ProcessId { get; }
public:
static property String^ ProcessId {
    String^ get ();
}
/** @property */
public static String get_ProcessId ()
public static function get ProcessId () : String

Eigenschaftenwert

Ein String mit der ID des gerade ausgeführten Prozesses.

Ausnahmen

Ausnahmetyp Bedingung

SecurityException

Der direkte Aufrufer verfügt nicht über die Berechtigung für die Infrastruktur.

.NET Framework-Sicherheit

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

RemotingConfiguration-Klasse
RemotingConfiguration-Member
System.Runtime.Remoting-Namespace