C# 클래스 MiniAVC.Addon

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

공개 메소드들

메소드 설명
Addon ( string path, MiniAVC.AddonSettings settings ) : System
RunProcessLocalInfo ( string file ) : void
RunProcessRemoteInfo ( ) : void

비공개 메소드들

메소드 설명
FetchLocalInfo ( string path ) : void
FetchRemoteInfo ( ) : void
ProcessLocalInfo ( object state ) : void
ProcessRemoteInfo ( object state ) : void
SetHasError ( ) : void
SetLocalInfoOnly ( ) : void
SetRemoteInfo ( WWW www ) : void

메소드 상세

Addon() 공개 메소드

public Addon ( string path, MiniAVC.AddonSettings settings ) : System
path string
settings MiniAVC.AddonSettings
리턴 System

RunProcessLocalInfo() 공개 메소드

public RunProcessLocalInfo ( string file ) : void
file string
리턴 void

RunProcessRemoteInfo() 공개 메소드

public RunProcessRemoteInfo ( ) : void
리턴 void