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;
AppDomainFlags Class | AppDomainFlags Members | System Namespace