Module Properties
.NET Framework 3.5
The Module type exposes the following members.
| Name | Description | |
|---|---|---|
|
Assembly | Gets the appropriate Assembly for this instance of Module. |
|
FullyQualifiedName | Gets a string representing the fully qualified name and path to this module. |
|
MDStreamVersion | Gets the metadata stream version. |
|
MetadataToken | Gets a token that identifies the module in metadata. |
|
ModuleHandle | Gets a handle for the module. |
|
ModuleVersionId | Gets a universally unique identifier (UUID) that can be used to distinguish between two versions of a module. |
|
Name | Gets a String representing the name of the module with the path removed. |
|
ScopeName | Gets a string representing the name of the module. |