IAppDomainSetup.PrivateBinPath 属性
定义
获取或设置目录列表,它与 ApplicationBase 目录结合来探测专用程序集。Gets or sets the list of directories that is combined with the ApplicationBase directory to probe for private assemblies.
public:
property System::String ^ PrivateBinPath { System::String ^ get(); void set(System::String ^ value); };
public string PrivateBinPath { get; set; }
member this.PrivateBinPath : string with get, set
Public Property PrivateBinPath As String
属性值
包含目录名称列表的 String,其中每个名称都用分号隔开。A String containing a list of directory names, where each name is separated by a semicolon.
注解
私有程序集部署在与应用程序相同的目录结构中。Private assemblies are deployed in the same directory structure as the application.