AppDomain.RelativeSearchPath 属性

定义

获取基目录下的路径,在此程序集冲突解决程序应探测专用程序集。

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

属性值

String

基目录下的路径,在此程序集冲突解决程序应探测专用程序集。

实现

例外

在卸载的应用程序域上尝试该操作。

注解

专用程序集部署在与应用程序相同的目录结构中。 如果属性指定的 RelativeSearchPath 路径不在下 AppDomainSetup.ApplicationBase,则忽略该路径。

此属性使用 AppDomainSetup.PrivateBinPath.. 返回设置的值。

适用于

另请参阅