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

Used to get or set the assembly cache manager's SHARED_BINPATH variable. This path is a semi-colon separated list of directories that is combined with the ApplicationBase directory to probe for shared assemblies. Shared assemblies are published assemblies. Published assemblies need not be deployed in the same directory structure as the application.

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

See Also

AppDomainFlags Class | AppDomainFlags Members | System Namespace