C# Class WinRTXamlToolkit.Debugging.Common.PackageHelper

Implements helper methods for getting properties of the application package.
Show file Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
GetPackageAssembliesAsync ( ) : Task>

Gets the list of package assemblies asynchronously.

The side effect of this method is that it tries to load all the assemblies found in the package. For that reason it should be used cautiously - mostly in debugging and exploration scenarios and should not be used at runtime.

Method Details

GetPackageAssembliesAsync() public static method

Gets the list of package assemblies asynchronously.
The side effect of this method is that it tries to load all the assemblies found in the package. For that reason it should be used cautiously - mostly in debugging and exploration scenarios and should not be used at runtime.
public static GetPackageAssembliesAsync ( ) : Task>
return Task>