DomainLoader.Create Method

Tungsten Suite

DomainLoaderCreate Method

Overload List
  NameDescription
Public methodCreateTInterfaceType(String)
Instantiates a class and returns a handle to it. This handle must be cast to an interface in order to work across AppDomains.
Public methodCreate(String)
Instantiates a class and returns a handle to it. This handle must be cast to an interface in order to work across AppDomains.
Top
See Also