InternalActivationContextHelper クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ActivationContext オブジェクトからデータへのアクセスを提供します。
public ref class InternalActivationContextHelper abstract sealed
[System.Runtime.InteropServices.ComVisible(false)]
public static class InternalActivationContextHelper
[<System.Runtime.InteropServices.ComVisible(false)>]
type InternalActivationContextHelper = class
Public Class InternalActivationContextHelper
- 継承
-
InternalActivationContextHelper
- 属性
注釈
これは、オブジェクトの内部メンバーにアクセスするために使用される一時的なヘルパークラスです ActivationContext 。
メソッド
| GetActivationContextData(ActivationContext) |
ActivationContext オブジェクトからアプリケーション マニフェストのコンテンツを取得します。 |
| GetApplicationComponentManifest(ActivationContext) |
ActivationContext オブジェクト内の最後に配置されたコンポーネントのマニフェストを取得します。 |
| GetApplicationManifestBytes(ActivationContext) |
アプリケーション マニフェストの生コンテンツを格納するバイト配列を取得します。 |
| GetDeploymentComponentManifest(ActivationContext) |
ActivationContext オブジェクト内の最初に配置されたコンポーネントのマニフェストを取得します。 |
| GetDeploymentManifestBytes(ActivationContext) |
配置マニフェストの生コンテンツを格納するバイト配列を取得します。 |
| IsFirstRun(ActivationContext) |
この ActivationContext オブジェクトの実行が初めてかどうかを示す値を取得します。 |
| PrepareForExecution(ActivationContext) |
実行する準備を行うように、ActivationContext に通知します。 |