ResolvedMethodEvent.Mvid Property

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

声明
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

See Also

Reference

ResolvedMethodEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace