DomainLoader Constructor (String, String, Boolean)

Tungsten Suite

DomainLoader Constructor (String, 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 domainName,
	string relativeSubFolderForDomain,
	bool useShadowCopy = false
)

Parameters

domainName
Type: SystemString
The name for the domain. If not assigned, or null or empty, a Guid is assigned.
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