Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Module.ModuleVersionId Property
Definition
- Namespace:
- System.Reflection
- Assemblies:
- netstandard.dll, System.Runtime.dll
- Assembly:
- System.Reflection.dll
- Assembly:
- System.Runtime.dll
- Assembly:
- mscorlib.dll
- Assembly:
- netstandard.dll
- Source:
- Module.cs
- Source:
- Module.cs
- Source:
- Module.cs
- Source:
- Module.cs
- Source:
- Module.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a universally unique identifier (UUID) that can be used to distinguish between two versions of a module.
public:
virtual property Guid ModuleVersionId { Guid get(); };
public:
property Guid ModuleVersionId { Guid get(); };
public virtual Guid ModuleVersionId { get; }
public Guid ModuleVersionId { get; }
member this.ModuleVersionId : Guid
Public Overridable ReadOnly Property ModuleVersionId As Guid
Public ReadOnly Property ModuleVersionId As Guid
Property Value
A Guid that can be used to distinguish between two versions of a module.
Remarks
In unmanaged metadata, the GUID returned by the ModuleVersionId property is referred to as the mvid, and is stored in the GUID heap.
Note
More information about metadata can be found in the Common Language Infrastructure (CLI) documentation, especially "Partition II: Metadata Definition and Semantics". For more information, see ECMA 335 Common Language Infrastructure (CLI).
Applies to
Feedback
Was this page helpful?
