Class TypeParserFactory

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.Object
  System.MarshalByRefObject
    Westwind.wwReflection.TypeParserFactory
public class TypeParserFactory : MarshalByRefObject, IDisposable

Class Members

MemberDescription

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.wwReflection
Assembly: wwReflection.DLL

© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic