System.AppDomainSetup.PrivateBinPath Property

Gets or sets the list of directories under the application base directory that are probed for private assemblies.

Syntax

public string PrivateBinPath { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Private assemblies are deployed in the same directory structure as the application. If the directories specified for AppDomainSetup.PrivateBinPath are not under AppDomainSetup.ApplicationBase, they are ignored.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0