Process.SafeHandle Property

.NET Framework (current version)
 

Gets the native handle to this process.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

<BrowsableAttribute(False)>
Public ReadOnly Property SafeHandle As SafeProcessHandle

Property Value

Type: Microsoft.Win32.SafeHandles.SafeProcessHandle

The native handle to this process.

The handle is only available if the calling component started the process.

.NET Framework
Available since 4.6
Return to top
Show: