Property | Type | Description | |
---|---|---|---|
CheckFileName | bool | ||
CheckPath | bool | ||
CreateExeMap | void | ||
CreateUserConfigPath | void | ||
GetCompanyName | string | ||
GetEvidenceHash | string | ||
GetProductName | string | ||
GetProductVersion | string | ||
LoadProperties | void | ||
LoadPropertyValue | void | ||
PrevVersionPath | string | ||
SaveProperties | void |
Method | Description | |
---|---|---|
GetPreviousVersion ( |
||
GetPropertyValues ( |
||
Initialize ( string name, System.Collections.Specialized.NameValueCollection config ) : void | ||
Reset ( |
||
SetCompanyName ( string companyName ) : bool | ||
SetProductName ( string productName ) : bool | ||
SetPropertyValues ( |
||
SetUserLocalFileName ( string configFile ) : bool | ||
SetUserLocalPath ( string configPath ) : bool | ||
SetUserRoamingFileName ( string configFile ) : bool | ||
SetUserRoamingPath ( string configPath ) : bool | ||
SetVersion ( int major ) : bool | ||
SetVersion ( int major, int minor ) : bool | ||
SetVersion ( int major, int minor, int build ) : bool | ||
SetVersion ( int major, int minor, int build, int revision ) : bool | ||
SetVersion ( string forceVersion ) : bool | ||
Upgrade ( |
||
setCreate ( ) : void |
Method | Description | |
---|---|---|
CheckFileName ( string configFile ) : bool | ||
CheckPath ( string configPath ) : bool | ||
CreateExeMap ( ) : void | ||
CreateUserConfigPath ( ) : void | ||
GetCompanyName ( ) : string | ||
GetEvidenceHash ( ) : string | ||
GetProductName ( ) : string | ||
GetProductVersion ( ) : string | ||
LoadProperties ( |
||
LoadPropertyValue ( |
||
PrevVersionPath ( string dirName, string currentVersion ) : string | ||
SaveProperties ( |
public GetPreviousVersion ( |
||
context | ||
property | ||
return |
public GetPropertyValues ( |
||
context | ||
collection | ||
return |
public Initialize ( string name, System.Collections.Specialized.NameValueCollection config ) : void | ||
name | string | |
config | System.Collections.Specialized.NameValueCollection | |
return | void |
public Reset ( |
||
context | ||
return | void |
public static SetCompanyName ( string companyName ) : bool | ||
companyName | string | |
return | bool |
public static SetProductName ( string productName ) : bool | ||
productName | string | |
return | bool |
public SetPropertyValues ( |
||
context | ||
collection | ||
return | void |
public static SetUserLocalFileName ( string configFile ) : bool | ||
configFile | string | |
return | bool |
public static SetUserLocalPath ( string configPath ) : bool | ||
configPath | string | |
return | bool |
public static SetUserRoamingFileName ( string configFile ) : bool | ||
configFile | string | |
return | bool |
public static SetUserRoamingPath ( string configPath ) : bool | ||
configPath | string | |
return | bool |
public static SetVersion ( int major ) : bool | ||
major | int | |
return | bool |
public static SetVersion ( int major, int minor ) : bool | ||
major | int | |
minor | int | |
return | bool |
public static SetVersion ( int major, int minor, int build ) : bool | ||
major | int | |
minor | int | |
build | int | |
return | bool |
public static SetVersion ( int major, int minor, int build, int revision ) : bool | ||
major | int | |
minor | int | |
build | int | |
revision | int | |
return | bool |
public static SetVersion ( string forceVersion ) : bool | ||
forceVersion | string | |
return | bool |
public Upgrade ( |
||
context | ||
properties | ||
return | void |