Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CommonLib
IO
ProcessRunner
C# 클래스 CommonLib.IO.ProcessRunner
파일 보기
프로젝트 열기: jprichardson/CommonLib
보호된 프로퍼티들
프로퍼티
타입
설명
_proc
System.Diagnostics.Process
공개 메소드들
메소드
설명
ProcessRunner
(
string
programFile
) :
System
Run
( ) :
string
Run
(
string
arguments
) :
string
메소드 상세
ProcessRunner()
공개
메소드
public
ProcessRunner
(
string
programFile
) :
System
programFile
string
리턴
System
Run()
공개
메소드
public
Run
( ) :
string
리턴
string
Run()
공개
메소드
public
Run
(
string
arguments
) :
string
arguments
string
리턴
string
프로퍼티 상세
_proc
보호되어 있는 프로퍼티
protected
Process,System.Diagnostics
_proc
리턴
System.Diagnostics.Process