C# Class RestrictedProcess.Process.ProcessInformation

Show file Open project: NikolayIT/RestrictedProcess.NET Class Usage Examples

Public Properties

Property Type Description
Process System.IntPtr
ProcessId int
Thread System.IntPtr
ThreadId int

Property Details

Process public property

public IntPtr,System Process
return System.IntPtr

ProcessId public property

public int ProcessId
return int

Thread public property

public IntPtr,System Thread
return System.IntPtr

ThreadId public property

public int ThreadId
return int