Used to get or set the the assembly cache manager's PRIVATE_BINPATH variable. This path is a semi-colon separated list of directories that is combined with the ApplicationBase directory to probe for private assemblies. Private assemblies are deployed in the same directory structure as the application.
[Visual Basic] Public Shared ReadOnly PrivateBinPath As String [C#] public static readonly string PrivateBinPath; [C++] public: static readonly String* PrivateBinPath; [JScript] public static var PrivateBinPath : String;
AppDomainFlags Class | AppDomainFlags Members | System Namespace