AppDomainSetup.PrivateBinPath 属性
定义
获取或设置应用程序基目录下的目录列表,这些目录被探测以寻找其中的私有程序集。Gets or sets the list of directories under the application base directory that are probed 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
属性值
目录名称的列表,用分号分隔。A list of directory names separated by semicolons.
实现
注解
私有程序集部署在与应用程序相同的目录结构中。Private assemblies are deployed in the same directory structure as the application. 如果为指定的目录 PrivateBinPath 不在下 ApplicationBase ,则它们将被忽略。If the directories specified for PrivateBinPath are not under ApplicationBase, they are ignored.