C# Class SharpBoot.ISOInfo

Afficher le fichier Open project: zdimension/SharpBoot Class Usage Examples

Méthodes publiques

Свойство Type Description
ISOs List
IsUpdating bool

Méthodes publiques

Méthode Description
ISOInfo ( string name, string>.Dictionary descs, ISOCat cat, string fn = "" ) : System
IsUpdateAvailable ( ) : bool
RefreshISOs ( ) : void
UpdateISOs ( ) : void

Private Methods

Méthode Description
GetFromFile ( string filename, bool fast ) : ISOV

Method Details

ISOInfo() public méthode

public ISOInfo ( string name, string>.Dictionary descs, ISOCat cat, string fn = "" ) : System
name string
descs string>.Dictionary
cat ISOCat
fn string
Résultat System

IsUpdateAvailable() public static méthode

public static IsUpdateAvailable ( ) : bool
Résultat bool

RefreshISOs() public static méthode

public static RefreshISOs ( ) : void
Résultat void

UpdateISOs() public static méthode

public static UpdateISOs ( ) : void
Résultat void

Property Details

ISOs public_oe static_oe property

public static List ISOs
Résultat List

IsUpdating public_oe static_oe property

public static bool IsUpdating
Résultat bool