Property | Type | Description | |
---|---|---|---|
VersionsFile | string |
Method | Description | |
---|---|---|
AddVersion ( |
||
ClearVersions ( ) : void | ||
ContainsVersion ( string key ) : bool | ||
DetectVersion ( string hash ) : string | ||
GetVersion ( string key ) : |
||
LoadDefaultVersions ( ) : void | ||
LoadFromFile ( string filename ) : void | ||
LoadFromStream ( Stream stream ) : void | ||
RemoveVersion ( string key ) : bool | ||
SaveToFile ( string filename ) : void | ||
SaveToStream ( Stream stream ) : void | ||
this ( string key ) : |
Method | Description | |
---|---|---|
ClientVersionManager ( ) : System | ||
OnVersionAdded ( |
||
OnVersionChanged ( |
||
OnVersionRemoved ( |
public AddVersion ( |
||
version | ||
return | void |
public DetectVersion ( string hash ) : string | ||
hash | string | |
return | string |
public GetVersion ( string key ) : |
||
key | string | |
return |
public LoadFromFile ( string filename ) : void | ||
filename | string | |
return | void |
public LoadFromStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |