NReflect.NRMembers NamespaceNReflect
Each member of a reflected type will be represented by an instance of classes contained within this namespace.
Classes

  ClassDescription
Public classNRConstructor
Represents a constructor of a type which is reflected by NReflect.
Public classNREnumValue
Represents an enum value which is reflected by NReflect.
Public classNREvent
Represents an event which is reflected by NReflect.
Public classNRField
Represents a field of a type which is reflected by NReflect.
Public classNRMember
Represents a member of a type which is reflected by NReflect.
Public classNRMethod
Represents a method of a type which is reflected by NReflect.
Public classNROperation
Represents an operation of a type which is reflected by NReflect.
Public classNROperator
Represents an operator of a type which is reflected by NReflect.
Public classNRProperty
Represents a property of a type which is reflected by NReflect.
Public classNRReturnValueOperation
Represents an operation which has a return value of a type which is reflected by NReflect.
Enumerations

  EnumerationDescription
Public enumerationOperatorType
Enumerates the types of operators.