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.PrivateBinPath

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;

See Also

AppDomainFlags Class | AppDomainFlags Members | System Namespace