C# 클래스 WinRTXamlToolkit.Debugging.Common.PackageHelper

Implements helper methods for getting properties of the application package.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
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>