C# Class WinRTXamlToolkit.Debugging.Common.PackageHelper

Implements helper methods for getting properties of the application package.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode 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 méthode

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>
Résultat Task>