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;
AppDomainFlags Class | AppDomainFlags Members | System Namespace