NReflect.NREntities NamespaceNReflect
Reflected types result in instances of classes contained within this namespace.
Classes

  ClassDescription
Public classNRClass
Represents a class which is reflected by NReflect.
Public classNRCompositeType
Represents a type which can contain fields and methods which is reflected by NReflect.
Public classNRDelegate
Represents a delegate which is reflected by NReflect.
Public classNREnum
Represents an enum which is reflected by NReflect.
Public classNRGenericType
Represents a type which can be customized via generics.
Public classNRInterface
Represents an interface which is reflected by NReflect.
Public classNRSingleInheritanceType
Represents a type which can only have one parent type which is reflected by NReflect.
Public classNRStruct
Represents a struct which is reflected by NReflect.
Public classNRTypeBase
Represents the base of all types which are reflected by NReflect.