The properties of System.Reflection.Module are listed below. For a list of all members, see the Module Members list.
See Also: Inherited members from System.Object
[read-only] | Assembly | Assembly.
Gets the appropriate System.Reflection.Assembly for this instance of System.Reflection.Module. |
[read-only] | CustomAttributes | IEnumerable<CustomAttributeData>.
Gets a collection that contains this module's custom attributes. |
[read-only] | FullyQualifiedName | string.
Gets a string representing the fully qualified name and path to this module. |
[read-only] | MDStreamVersion | int.
Gets the metadata stream version. |
[read-only] | MetadataToken | int.
Gets a token that identifies the module in metadata. |
[read-only] | ModuleHandle | ModuleHandle.
Gets a handle for the module. |
[read-only] | ModuleVersionId | Guid.
Gets a universally unique identifier (UUID) that can be used to distinguish between two versions of a module. |
[read-only] | Name | string.
Gets a String representing the name of the module with the path removed. |
[read-only] | ScopeName | string.
Gets a string representing the name of the module. |