FullTrustProcessLauncher クラス

FullTrustProcessLauncher クラス (Windows.ApplicationModel 名前空間)

[APIドキュメント]

public static class FullTrustProcessLauncher

継承:Object → FullTrustProcessLauncher

  • UWPアプリから同じパッケージの中の完全に信頼されたWin32アプリを有効化します。

メソッド

LaunchFullTrustProcessForAppAsync

@ [APIドキュメント]

public static IAsyncAction LaunchFullTrustProcessForAppAsync(string fullTrustPackageRelativeAppId);
public static IAsyncAction LaunchFullTrustProcessForAppAsync(string fullTrustPackageRelativeAppId, string parameterGroupId);

  • 指定されたアプリケーションIDにおいて、完全に信頼されたWin32プロセスを起動します。

LaunchFullTrustProcessForCurrentAppAsync

@ [APIドキュメント]

public static IAsyncAction LaunchFullTrustProcessForCurrentAppAsync();
public static IAsyncAction LaunchFullTrustProcessForCurrentAppAsync(string parameterGroupId);

  • 現在のアプリケーションIDにおいて、完全に信頼されたWin32プロセスを起動します。