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!

AppDomain.ShadowCopyFiles

Read-only. If ShadowCopyFiles is set all assemblies that are loaded in the application domain are shadow copied, not just a particular one.

[Visual Basic]
Public ReadOnly Property ShadowCopyFiles As Boolean
[C#]
public bool ShadowCopyFiles {get;}
[C++]
public: __property bool get_ShadowCopyFiles();
[JScript]
public function get ShadowCopyFiles() : Boolean;

Property Value

true if all assemblies that are loaded in the application domain are shadow copied, not just a particular one. Otherwise, false.

See Also

AppDomain Class | AppDomain Members | System Namespace