Method | Description | |
---|---|---|
CreateFromXamlAsync ( |
Creates a ModuleCatalog from a XAML that is located on the internet. This method creates the ModuleCatalog asynchronously.
|
|
LoadModule ( string moduleName, System.Action completedCallback ) : void |
Loads a specific module.
|
Method | Description | |
---|---|---|
InnerLoad ( ) : void |
Does the actual work of loading the catalog.
|
Method | Description | |
---|---|---|
DownloadModule ( |
Downloads the module.
|
|
GetModuleUri ( |
Gets the Uri of the specified module.
|
|
LoadModules ( List |
Loads a list of modules in the right order.
|
|
OnDownloadModuleCompleted ( object sender, |
Called when the download of a module has been completed.
|
|
OnModuleCatalogXmlCompleted ( object sender, |
Called when the web client has finished downloading.
|
public static CreateFromXamlAsync ( |
||
builderResourceUri | The builder resource URI. | |
completedCallback | Action |
The completed callback, can be |
return |
public LoadModule ( string moduleName, System.Action completedCallback ) : void | ||
moduleName | string | Name of the module. |
completedCallback | System.Action | The completed callback. |
return | void |