_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 属性。

适用于