C# 클래스 SAMP_AC_Extension.Misc

Description of Misc.
파일 보기 프로젝트 열기: Whitetigerswt/SAMP_AC_Extension

공개 메소드들

메소드 설명
EndProcessAdmin ( ) : void
GetOSName ( ) : string
Misc ( ) : System
TakeOwnership ( string path ) : void
getProcessPath ( Process p ) : string
runCmdLine ( string arg ) : void

메소드 상세

EndProcessAdmin() 공개 정적인 메소드

public static EndProcessAdmin ( ) : void
리턴 void

GetOSName() 공개 정적인 메소드

public static GetOSName ( ) : string
리턴 string

Misc() 공개 메소드

public Misc ( ) : System
리턴 System

TakeOwnership() 공개 정적인 메소드

public static TakeOwnership ( string path ) : void
path string
리턴 void

getProcessPath() 공개 정적인 메소드

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

runCmdLine() 공개 정적인 메소드

public static runCmdLine ( string arg ) : void
arg string
리턴 void