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

Used to get or set the assembly cache manager's APPBASE variable. This is the directory where the assembly cache manager should begin probing for assemblies.

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

See Also

AppDomainFlags Class | AppDomainFlags Members | System Namespace