Process::SafeHandle Property
.NET Framework (current version)
Gets the native handle to this process.
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
Available since 4.6
Show: