Process::SafeHandle Property

.NET Framework (current version)
 

Gets the native handle to this process.

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

public:
[BrowsableAttribute(false)]
property SafeProcessHandle^ SafeHandle {
	SafeProcessHandle^ get();
}

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: