AppDomain.RelativeSearchPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取基目录下的路径,在此程序集冲突解决程序应探测专用程序集。
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
属性值
基目录下的路径,在此程序集冲突解决程序应探测专用程序集。
实现
例外
在卸载的应用程序域上尝试该操作。
注解
专用程序集部署在与应用程序相同的目录结构中。 如果属性指定的 RelativeSearchPath 路径不在下 AppDomainSetup.ApplicationBase,则忽略该路径。
此属性使用 AppDomainSetup.PrivateBinPath.. 返回设置的值。