Process.SafeHandle Eigenschaft
Definition
Ruft das systemeigene Handle dieses Prozesses ab.Gets the native handle to this process.
public:
property Microsoft::Win32::SafeHandles::SafeProcessHandle ^ SafeHandle { Microsoft::Win32::SafeHandles::SafeProcessHandle ^ get(); };
public Microsoft.Win32.SafeHandles.SafeProcessHandle SafeHandle { get; }
[System.ComponentModel.Browsable(false)]
public Microsoft.Win32.SafeHandles.SafeProcessHandle SafeHandle { get; }
member this.SafeHandle : Microsoft.Win32.SafeHandles.SafeProcessHandle
[<System.ComponentModel.Browsable(false)>]
member this.SafeHandle : Microsoft.Win32.SafeHandles.SafeProcessHandle
Public ReadOnly Property SafeHandle As SafeProcessHandle
Eigenschaftswert
Das systemeigene Handle dieses Prozesses.The native handle to this process.
- Attribute
Hinweise
Das Handle ist nur verfügbar, wenn der Prozess von der aufrufenden Komponente gestartet wurde.The handle is only available if the calling component started the process.