Reflector ClassNReflect
An instance of this class is able to reflect the types of an assembly.
Inheritance Hierarchy

OnlineSystem.Object
  OnlineSystem.MarshalByRefObject
    NReflect.Reflector

Namespace: NReflect
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public class Reflector : MarshalByRefObject
Remarks

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.
See Also