C# Class ManagedWin32.Api.ProcessInfo

Show file Open project: MathewSachin/ManagedWin32 Class Usage Examples

Public Properties

Property Type Description
ProcessId int
ThreadId int
hProcess System.IntPtr
hThread System.IntPtr

Property Details

ProcessId public property

public int ProcessId
return int

ThreadId public property

public int ThreadId
return int

hProcess public property

public IntPtr,System hProcess
return System.IntPtr

hThread public property

public IntPtr,System hThread
return System.IntPtr