C# Class RestrictedProcess.Process.ProcessInformation

Mostrar archivo 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_oe property

public IntPtr,System Process
return System.IntPtr

ProcessId public_oe property

public int ProcessId
return int

Thread public_oe property

public IntPtr,System Thread
return System.IntPtr

ThreadId public_oe property

public int ThreadId
return int