AppDomainSetup.PrivateBinPathProbe Property
.NET Framework 3.0
Gets or sets a string value that includes or excludes ApplicationBase from the search path for the application, and searches only PrivateBinPath.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
/** @property */ public final String get_PrivateBinPathProbe () /** @property */ public final void set_PrivateBinPathProbe (String value)
public final function get PrivateBinPathProbe () : String public final function set PrivateBinPathProbe (value : String)
Not applicable.
Property Value
A String that is blank if ApplicationBase is included in the application search path, or nonblank if it is excluded.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.