The NRAssembly type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NRAssembly |
Initializes a new instance of NRAssembly.
|
Methods
Name | Description | |
---|---|---|
![]() | Accept |
Accept an IVisitor instance on the implementing class and all its children.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
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