System.Reflection.Module: Property Members

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

Public Properties

[read-only]
AssemblyAssembly.

Gets the appropriate System.Reflection.Assembly for this instance of System.Reflection.Module.

[read-only]
CustomAttributesIEnumerable<CustomAttributeData>.

Gets a collection that contains this module's custom attributes.

[read-only]
FullyQualifiedNamestring.

Gets a string representing the fully qualified name and path to this module.

[read-only]
MDStreamVersionint.

Gets the metadata stream version.

[read-only]
MetadataTokenint.

Gets a token that identifies the module in metadata.

[read-only]
ModuleHandleModuleHandle.

Gets a handle for the module.

[read-only]
ModuleVersionIdGuid.

Gets a universally unique identifier (UUID) that can be used to distinguish between two versions of a module.

[read-only]
Namestring.

Gets a String representing the name of the module with the path removed.

[read-only]
ScopeNamestring.

Gets a string representing the name of the module.