次の方法で共有


_AppDomain.SetCachePath メソッド

指定したディレクトリ パスを、アセンブリのシャドウ コピー先として設定します。

Sub SetCachePath( _
   ByVal s As String _)
[C#]
void SetCachePath(
   strings);
[C++]
void SetCachePath(
   String* s);
[JScript]
function SetCachePath(
   s : String);

パラメータ

  • s
    シャドウ コピー先の絶対パス。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

_AppDomain インターフェイス | _AppDomain メンバ | System 名前空間 | CachePath