Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the MVID of the module that contains the decoded method.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Protected Property Mvid As Guid
Get
Set
protected Guid Mvid { get; set; }
protected:
property Guid Mvid {
Guid get ();
void set (Guid value);
}
member Mvid : Guid with get, set
function get Mvid () : Guid
function set Mvid (value : Guid)
Property Value
Type: System.Guid
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.