An instance of this class is able to reflect the types of an assembly.
System Object
System MarshalByRefObject NReflect ReflectorNamespace: NReflectAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public class Reflector : MarshalByRefObject
Public Class Reflector _
Inherits MarshalByRefObject
public ref class Reflector : public MarshalByRefObject
If reflection takes place inside the same app domain it is called from, the
reflected assembly files stay opened until this app domain is unloaded. If
the current app domain is the starting app domain, this can only be done via
closing the application.