FullTrustProcessLauncher クラス (Windows.ApplicationModel 名前空間)
public static class FullTrustProcessLauncher
継承:Object → FullTrustProcessLauncher
- UWPアプリから同じパッケージの中の完全に信頼されたWin32アプリを有効化します。
目次
メソッド
LaunchFullTrustProcessForAppAsync
public static IAsyncAction LaunchFullTrustProcessForAppAsync(string fullTrustPackageRelativeAppId);
public static IAsyncAction LaunchFullTrustProcessForAppAsync(string fullTrustPackageRelativeAppId, string parameterGroupId);
- 指定されたアプリケーションIDにおいて、完全に信頼されたWin32プロセスを起動します。
LaunchFullTrustProcessForCurrentAppAsync
public static IAsyncAction LaunchFullTrustProcessForCurrentAppAsync();
public static IAsyncAction LaunchFullTrustProcessForCurrentAppAsync(string parameterGroupId);
- 現在のアプリケーションIDにおいて、完全に信頼されたWin32プロセスを起動します。