C# 클래스 ServiceMonitor.TabInfo

파일 보기 프로젝트 열기: davyxu/ServiceMonitor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Args string
FileName string
ManualControl bool
WorkDir string

공개 메소드들

메소드 설명
OnLoad ( ProcessModel model ) : void
OnSave ( ProcessModel model ) : void

메소드 상세

OnLoad() 공개 메소드

public OnLoad ( ProcessModel model ) : void
model ProcessModel
리턴 void

OnSave() 공개 메소드

public OnSave ( ProcessModel model ) : void
model ProcessModel
리턴 void

프로퍼티 상세

Args 공개적으로 프로퍼티

public string Args
리턴 string

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

ManualControl 공개적으로 프로퍼티

public bool ManualControl
리턴 bool

WorkDir 공개적으로 프로퍼티

public string WorkDir
리턴 string