AppDomainSetup.ActivationArguments プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ドメインのアクティベーションに関するデータを取得または設定します。
public:
property System::Runtime::Hosting::ActivationArguments ^ ActivationArguments { System::Runtime::Hosting::ActivationArguments ^ get(); void set(System::Runtime::Hosting::ActivationArguments ^ value); };
public System.Runtime.Hosting.ActivationArguments ActivationArguments { get; set; }
member this.ActivationArguments : System.Runtime.Hosting.ActivationArguments with get, set
Public Property ActivationArguments As ActivationArguments
プロパティ値
アプリケーション ドメインのアクティベーションに関するデータを格納するオブジェクト。
例外
プロパティは、ApplicationTrust プロパティから返される ApplicationTrust オブジェクトのアプリケーション ID とは一致しないアプリケーション ID の ActivationArguments オブジェクトに設定されています。 ApplicationTrust プロパティが null
の場合、例外はスローされません。
注釈
このプロパティが > に設定 null
されている場合、例外はスローされません。
オブジェクトによって ActivationArguments 提供される情報は、マニフェスト ベースのアクティブ化をサポートします。