_AppDomain.RelativeSearchPath プロパティ

定義

COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、RelativeSearchPathプロパティです。

public:
 property System::String ^ RelativeSearchPath { System::String ^ get(); };
public string RelativeSearchPath { get; }
member this.RelativeSearchPath : string
Public ReadOnly Property RelativeSearchPath As String

プロパティ値

String

アセンブリ リゾルバーがプライベート アセンブリを探す場所を示す、ベース ディレクトリ以下のパス。

注釈

AppDomain.RelativeSearchPath プロパティをご覧ください。

適用対象