C# Class ntrclient.Prog.CS.NtrProcess

Afficher le fichier Open project: imthe666st/NTRClient Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
Pid int
Tid long

Méthodes publiques

Méthode Description
NtrProcess ( string process ) : System

Method Details

NtrProcess() public méthode

public NtrProcess ( string process ) : System
process string
Résultat System

Property Details

Name public_oe property

public string Name
Résultat string

Pid public_oe property

public int Pid
Résultat int

Tid public_oe property

public long Tid
Résultat long