NRModule PropertiesNReflect
The NRModule type exposes the following members.
Properties

  NameDescription
Public propertyAttributes
Gets a list of attributes.
Public propertyClasses
Gets a list of reflected classes.
Public propertyDelegates
Gets a list of reflected delegates.
Public propertyEnums
Gets a list of reflected enums.
Public propertyFields
Gets a list of fields of this type.
Public propertyInterfaces
Gets a list of reflected interfaces.
Public propertyMethods
Gets a list of methods of this type.
Public propertyName
Gets or sets the name of the module.
Public propertyStructs
Gets a list of reflected structs.
Back to Top
See Also