The NRAssembly type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Attributes |
Gets a list of attributes.
|
![]() | Classes |
Gets a list of reflected classes.
|
![]() | CompositTypes |
Gets an enumerator to access all composit types of the assembly in the following order:
interfaces, classes, structs.
|
![]() | Delegates |
Gets a list of reflected delegates.
|
![]() | Enums |
Gets a list of reflected enums.
|
![]() | FullName |
The full name of the assembly.
|
![]() | Interfaces |
Gets a list of reflected interfaces.
|
![]() | Modules |
Gets a list of reflected modules.
|
![]() | SingleInheritanceTypes |
Gets an enumerator to access all single inheritance types of the assembly in the following order:
classes, structs.
|
![]() | Source |
The source of the assembly. Possibly a file name.
|
![]() | Structs |
Gets a list of reflected structs.
|
![]() | Types |
Gets an enumerator to access all types of the assembly in the following order:
interfaces, classes, structs, enums and delegates.
|
See Also