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;
true if all assemblies that are loaded in the application domain are shadow copied, not just a particular one. Otherwise, false.