C# Class Hackery.PROCESS_INFORMATION

Exibir arquivo Open project: cartman300/Hackery Class Usage Examples

Public Properties

Property Type Description
ClientId CLIENT_ID
Process System.IntPtr
Thread System.IntPtr

Public Methods

Method Description
PROCESS_INFORMATION ( IntPtr Process, IntPtr Thread, uint PID, uint TID ) : System

Method Details

PROCESS_INFORMATION() public method

public PROCESS_INFORMATION ( IntPtr Process, IntPtr Thread, uint PID, uint TID ) : System
Process System.IntPtr
Thread System.IntPtr
PID uint
TID uint
return System

Property Details

ClientId public_oe property

public CLIENT_ID,Hackery ClientId
return CLIENT_ID

Process public_oe property

public IntPtr,System Process
return System.IntPtr

Thread public_oe property

public IntPtr,System Thread
return System.IntPtr