DomainLoader Constructor (String, Boolean)

Tungsten Suite

DomainLoader Constructor (String, Boolean)

Creates an AppDomain under the current AppDomain

Namespace:  W.Domains
Assembly:  Tungsten.Domains (in Tungsten.Domains.dll) Version: 2.0.0
Syntax
C#
public DomainLoader(
	string relativeSubFolderForDomain,
	bool useShadowCopy = false
)

Parameters

relativeSubFolderForDomain
Type: SystemString
The relative path to the subfolder which will be the root folder for the new AppDomain
useShadowCopy (Optional)
Type: SystemBoolean
True to shadow copy files. This allows dlls to be added, removed or modified while the AppDomain is still loaded.
See Also