Property | Type | Description | |
---|---|---|---|
AppName | string | ||
CanBeUninstalled | bool | ||
Channel | string | ||
Company | string | ||
Description | string | ||
DisplayName | string | ||
Executable | string | ||
Heading | string | ||
ImageUri | string | ||
Namespace | string | ||
ResourceFolder | string | ||
SourceID | string | ||
SourceUrl | string | ||
StoreID | string | ||
StoreUrl | string | ||
Version | string | ||
VersionDate | System.DateTime |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetExecutableFullPath ( string appsFolder ) : string |
|
|
GetResourceFullPath ( string appsFolder ) : string |
|
|
ReadConfig ( Stream s, |
Read App config
|
|
ReadConfig ( string file, |
Read App Config
|
|
Save ( ) : void | ||
Save ( string file ) : void |
Save
|
|
Verify ( ) : void |
|
public GetExecutableFullPath ( string appsFolder ) : string | ||
appsFolder | string | |
return | string |
public GetResourceFullPath ( string appsFolder ) : string | ||
appsFolder | string | |
return | string |
public static ReadConfig ( Stream s, |
||
s | Stream | |
config | ||
return | void |
public static ReadConfig ( string file, |
||
file | string | |
config | ||
return | void |