C# Класс WinRTXamlToolkit.Debugging.Common.PackageHelper

Implements helper methods for getting properties of the application package.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetPackageAssembliesAsync() публичный статический Метод

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>
Результат Task>