Each member of a reflected type will be represented by an instance of classes contained within this namespace.
Classes
| Class | Description | |
|---|---|---|
| NRConstructor |
Represents a constructor of a type which is reflected by NReflect.
| |
| NREnumValue |
Represents an enum value which is reflected by NReflect.
| |
| NREvent |
Represents an event which is reflected by NReflect.
| |
| NRField |
Represents a field of a type which is reflected by NReflect.
| |
| NRMember |
Represents a member of a type which is reflected by NReflect.
| |
| NRMethod |
Represents a method of a type which is reflected by NReflect.
| |
| NROperation |
Represents an operation of a type which is reflected by NReflect.
| |
| NROperator |
Represents an operator of a type which is reflected by NReflect.
| |
| NRProperty |
Represents a property of a type which is reflected by NReflect.
| |
| NRReturnValueOperation |
Represents an operation which has a return value of a type which is reflected by NReflect.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| OperatorType |
Enumerates the types of operators.
|