AppDomainSetup.CachePath プロパティ
ファイルがシャドウ コピーされる、そのアプリケーションに固有の領域の名前を取得または設定します。
Public Overridable Property CachePath As String Implements _ IAppDomainSetup.CachePath
[C#]
public virtual string CachePath {get; set;}
[C++]
public: __property virtual String* get_CachePath();public: __property virtual void set_CachePath(String*);
[JScript]
public function get CachePath() : String;public function set CachePath(String);
プロパティ値
ファイルがシャドウ コピーされるディレクトリ パスおよびファイル名の完全限定名を示す String 。
実装
例外
例外の種類 | 条件 |
---|---|
SecurityException | 呼び出し元に、必要なアクセス許可がありません。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- FileIOPermission (パス情報にアクセスするために必要なアクセス許可) FileIOPermissionAccess.PathDiscovery (関連する列挙体)
参照
AppDomainSetup クラス | AppDomainSetup メンバ | System 名前空間 | ShadowCopyFiles | ShadowCopyDirectories