InternalActivationContextHelper クラス

定義

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 に通知します。

適用対象