C# Class SAMP_AC_Extension.Misc

Description of Misc.
ファイルを表示 Open project: Whitetigerswt/SAMP_AC_Extension

Public Methods

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

Method Details

EndProcessAdmin() public static method

public static EndProcessAdmin ( ) : void
return void

GetOSName() public static method

public static GetOSName ( ) : string
return string

Misc() public method

public Misc ( ) : System
return System

TakeOwnership() public static method

public static TakeOwnership ( string path ) : void
path string
return void

getProcessPath() public static method

public static getProcessPath ( Process p ) : string
p System.Diagnostics.Process
return string

runCmdLine() public static method

public static runCmdLine ( string arg ) : void
arg string
return void