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