C# 클래스 SharpBoot.ISOInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
ISOs List
IsUpdating bool

공개 메소드들

메소드 설명
ISOInfo ( string name, string>.Dictionary descs, ISOCat cat, string fn = "" ) : System
IsUpdateAvailable ( ) : bool
RefreshISOs ( ) : void
UpdateISOs ( ) : void

비공개 메소드들

메소드 설명
GetFromFile ( string filename, bool fast ) : ISOV

메소드 상세

ISOInfo() 공개 메소드

public ISOInfo ( string name, string>.Dictionary descs, ISOCat cat, string fn = "" ) : System
name string
descs string>.Dictionary
cat ISOCat
fn string
리턴 System

IsUpdateAvailable() 공개 정적인 메소드

public static IsUpdateAvailable ( ) : bool
리턴 bool

RefreshISOs() 공개 정적인 메소드

public static RefreshISOs ( ) : void
리턴 void

UpdateISOs() 공개 정적인 메소드

public static UpdateISOs ( ) : void
리턴 void

프로퍼티 상세

ISOs 공개적으로 정적으로 프로퍼티

public static List ISOs
리턴 List

IsUpdating 공개적으로 정적으로 프로퍼티

public static bool IsUpdating
리턴 bool