C# 클래스 LitDev.LDProcess

파일 보기 프로젝트 열기: litdev1/LitDev

공개 메소드들

메소드 설명
GetProcesses ( ) : Primitive

Get a list of system processes.

Start ( Primitive application, Primitive arguments ) : Primitive

Start an external application.

Stop ( Primitive ID ) : Primitive

Stop an external process.

메소드 상세

GetProcesses() 공개 정적인 메소드

Get a list of system processes.
public static GetProcesses ( ) : Primitive
리턴 Primitive

Start() 공개 정적인 메소드

Start an external application.
public static Start ( Primitive application, Primitive arguments ) : Primitive
application Primitive /// The full path of the application to start e.g. "C:\Program Files (x86)\Microsoft\Small Basic\SB.exe". ///
arguments Primitive /// Arguments to give to the command or "" if none. ///
리턴 Primitive

Stop() 공개 정적인 메소드

Stop an external process.
public static Stop ( Primitive ID ) : Primitive
ID Primitive /// The process ID to stop. ///
리턴 Primitive