IAppDomainSetup インターフェイス

定義

AppDomain のインスタンスに追加できるアセンブリ バインディング情報を表します。

public interface class IAppDomainSetup
[System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppDomainSetup
[System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface IAppDomainSetup
[<System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppDomainSetup = interface
[<System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IAppDomainSetup = interface
Public Interface IAppDomainSetup
派生
属性

注釈

このインターフェイスのメンバーは、 AppDomain.GetData AppDomain.SetData 使用するデータを識別するために、メソッドおよびメソッドと共に使用され AppDomain ます。

プロパティ

ApplicationBase

アプリケーションが格納されているディレクトリの名前を取得または設定します。

ApplicationName

アプリケーションの名前を取得または設定します。

CachePath

ファイルがシャドウ コピーされる、そのアプリケーションに固有の領域の名前を取得または設定します。

ConfigurationFile

アプリケーション ドメインの構成ファイルの名前を取得または設定します。

DynamicBase

動的に生成されたファイルが格納およびアクセスされる場合、そのディレクトリを取得または設定します。

LicenseFile

このドメインに関連付けられたライセンス ファイルの場所を取得または設定します。

PrivateBinPath

プライベート アセンブリを検索するために ApplicationBase ディレクトリと組み合わせて使用されるディレクトリのリストを取得または設定します。

PrivateBinPathProbe

アプリケーションを検索するときに使用するプライベート バイナリ ディレクトリ パスを取得または設定します。

ShadowCopyDirectories

シャドウ コピー対象のアセンブリが格納されているディレクトリの名前を取得または設定します。

ShadowCopyFiles

シャドウ コピーが有効であるか無効であるかを示す文字列を取得または設定します。

適用対象