Share via


ResolvedMethodEvent.Mvid Property

Gets the MVID of the module that contains the decoded method.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Protected Property Mvid As Guid
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

See Also

Reference

ResolvedMethodEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace