Reflected types result in instances of classes contained within this namespace.
Classes
| Class | Description | |
|---|---|---|
| NRClass |
Represents a class which is reflected by NReflect.
| |
| NRCompositeType |
Represents a type which can contain fields and methods which is reflected by NReflect.
| |
| NRDelegate |
Represents a delegate which is reflected by NReflect.
| |
| NREnum |
Represents an enum which is reflected by NReflect.
| |
| NRGenericType |
Represents a type which can be customized via generics.
| |
| NRInterface |
Represents an interface which is reflected by NReflect.
| |
| NRSingleInheritanceType |
Represents a type which can only have one parent type which is reflected by NReflect.
| |
| NRStruct |
Represents a struct which is reflected by NReflect.
| |
| NRTypeBase |
Represents the base of all types which are reflected by NReflect.
|