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

Used to get or set the "shadow copy" property of an application domain. If this property is set, the application domain will load a shadow copy of an assembly obtained from the assembly cache manager.

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

See Also

AppDomainFlags Class | AppDomainFlags Members | System Namespace