C# Class SAMP_AC_Extension.Misc

Description of Misc.
Afficher le fichier Open project: Whitetigerswt/SAMP_AC_Extension

Méthodes publiques

Méthode Description
EndProcessAdmin ( ) : void
GetOSName ( ) : string
Misc ( ) : System
TakeOwnership ( string path ) : void
getProcessPath ( Process p ) : string
runCmdLine ( string arg ) : void

Method Details

EndProcessAdmin() public static méthode

public static EndProcessAdmin ( ) : void
Résultat void

GetOSName() public static méthode

public static GetOSName ( ) : string
Résultat string

Misc() public méthode

public Misc ( ) : System
Résultat System

TakeOwnership() public static méthode

public static TakeOwnership ( string path ) : void
path string
Résultat void

getProcessPath() public static méthode

public static getProcessPath ( Process p ) : string
p System.Diagnostics.Process
Résultat string

runCmdLine() public static méthode

public static runCmdLine ( string arg ) : void
arg string
Résultat void