NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AppDomainFlags.PrivateBinPathProbe

Used to get or set the "Application Probing" property of the application domain. If this property is set then the search is restricted to the private bin paths. This means the application directory will not be searched. This does not affect searching the global bin paths or the global assembly cache

[Visual Basic]
Public Shared ReadOnly PrivateBinPathProbe As String
[C#]
public static readonly string PrivateBinPathProbe;
[C++]
public: static readonly String* PrivateBinPathProbe;
[JScript]
public static var PrivateBinPathProbe : String;

See Also

AppDomainFlags Class | AppDomainFlags Members | System Namespace