C# Class Hackery.PROCESS_INFORMATION

Afficher le fichier Open project: cartman300/Hackery Class Usage Examples

Méthodes publiques

Свойство Type Description
ClientId CLIENT_ID
Process System.IntPtr
Thread System.IntPtr

Méthodes publiques

Méthode Description
PROCESS_INFORMATION ( IntPtr Process, IntPtr Thread, uint PID, uint TID ) : System

Method Details

PROCESS_INFORMATION() public méthode

public PROCESS_INFORMATION ( IntPtr Process, IntPtr Thread, uint PID, uint TID ) : System
Process System.IntPtr
Thread System.IntPtr
PID uint
TID uint
Résultat System

Property Details

ClientId public_oe property

public CLIENT_ID,Hackery ClientId
Résultat CLIENT_ID

Process public_oe property

public IntPtr,System Process
Résultat System.IntPtr

Thread public_oe property

public IntPtr,System Thread
Résultat System.IntPtr