C# 클래스 AcManager.Tools.Starters.StarterPlus

상속: BaseStarter, IAcsPrepareableStarter, IPluginWrapper
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IsPatched bool

공개 메소드들

메소드 설명
CleanUp ( ) : void
Disable ( ) : void
Enable ( ) : void
IsPatched ( string filename ) : bool
Run ( ) : void
TryToPrepare ( ) : bool

비공개 메소드들

메소드 설명
IsPatched ( ) : bool

메소드 상세

CleanUp() 공개 메소드

public CleanUp ( ) : void
리턴 void

Disable() 공개 메소드

public Disable ( ) : void
리턴 void

Enable() 공개 메소드

public Enable ( ) : void
리턴 void

IsPatched() 공개 정적인 메소드

public static IsPatched ( string filename ) : bool
filename string
리턴 bool

Run() 공개 메소드

public Run ( ) : void
리턴 void

TryToPrepare() 공개 메소드

public TryToPrepare ( ) : bool
리턴 bool