System.IAppDomainSetup.PrivateBinPathProbe Property

Gets or sets the private binary directory path used to locate an application.

Syntax

public string PrivateBinPathProbe { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Set this property to exclude the application directory path from the search for the application. The search is restricted to private and global binary directory paths, and the global assembly cache.

This property cannot be changed after the AppDomain has finished its first bind.

Requirements

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