TypeParserFactory object used to create a TypeParser instance in another AppDomain. This is done so the classes reflected over can be unloaded.
Note should use one instance per
System.MarshalByRefObject
Westwind.wwReflection.TypeParserFactory
public class TypeParserFactory : MarshalByRefObject, IDisposable
Class Members
Member | Description | |
---|---|---|
Constructor |
||
CreateTypeParser |
TypeParser Factory method that loads the TypeParser object into a new AppDomain so it can be unloaded. Creates AppDomain and creates type. public TypeParser CreateTypeParser(); |
|
Dispose |
public sealed void Dispose(); |
|
UnloadTypeParser |
public void UnloadTypeParser(); |
Requirements
Namespace: Westwind.wwReflectionAssembly: wwReflection.DLL
© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic