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

When the ShadowCopyFiles property is set ShowCopyDirs define the directories from which assemblies will be shadow copies. Assemblies found in other directories will not be shadow copied. If this property is not set then the default is to shadow copy the SharedBinPath.

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

See Also

AppDomainFlags Class | AppDomainFlags Members | System Namespace