Property | Type | Description | |
---|---|---|---|
GetValueFromProperty | string |
Method | Description | |
---|---|---|
ExtensionLite ( ) : CoreLib.Extensions | ||
ExtensionLite ( AppExtension ext, IPropertySet properties ) : CoreLib.Extensions | ||
LoadUWPExtension ( ) : System.Threading.Tasks.Task | ||
MakeUWPCommandCall ( string commandCall, string serviceName ) : Task |
||
UnloadUWPExtension ( ) : void | ||
UpdateUWPExtension ( AppExtension ext ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
GetValueFromProperty ( object propertyValue ) : string |
public ExtensionLite ( ) : CoreLib.Extensions | ||
return | CoreLib.Extensions |
public ExtensionLite ( AppExtension ext, IPropertySet properties ) : CoreLib.Extensions | ||
ext | AppExtension | |
properties | IPropertySet | |
return | CoreLib.Extensions |
public LoadUWPExtension ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public MakeUWPCommandCall ( string commandCall, string serviceName ) : Task |
||
commandCall | string | |
serviceName | string | |
return | Task |
public UpdateUWPExtension ( AppExtension ext ) : System.Threading.Tasks.Task | ||
ext | AppExtension | |
return | System.Threading.Tasks.Task |