C# Class VsChromium.Core.Win32.Processes.PROCESS_INFORMATION

Exibir arquivo Open project: goldshtn/minidumper Class Usage Examples

Public Properties

Property Type Description
dwProcessId int
dwThreadId int
hProcess System.IntPtr
hThread System.IntPtr

Property Details

dwProcessId public_oe property

public int dwProcessId
return int

dwThreadId public_oe property

public int dwThreadId
return int

hProcess public_oe property

Handle to the created process. The caller *must* call CloseHandle to avoid leaks.
public IntPtr,System hProcess
return System.IntPtr

hThread public_oe property

Handle to the created process main thread. The caller *must* call CloseHandle to avoid leaks.
public IntPtr,System hThread
return System.IntPtr