System.AppDomainSetup.PrivateBinPathProbe Property

Gets or sets a string value that includes or excludes AppDomainSetup.ApplicationBase from the search path for the application, and searches only AppDomainSetup.PrivateBinPath.

Syntax

public string PrivateBinPathProbe { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Set this property to any non-null string value, including string.Empty (""), to exclude the application directory path — that is, AppDomainSetup.ApplicationBase — from the search path for the application, and to search for assemblies only in AppDomainSetup.PrivateBinPath.

Requirements

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