StackFrame.Mvid Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the MVID for the module that contains the method for this frame.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property Mvid As Guid
    Get
    Private Set
'Usage
Dim instance As StackFrame
Dim value As Guid

value = instance.Mvid
public Guid Mvid { get; private set; }
public:
property Guid Mvid {
    Guid get ();
    private: void set (Guid value);
}
member Mvid : Guid with get, private set
function get Mvid () : Guid
private function set Mvid (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

StackFrame Class

StackFrame Members

Microsoft.VisualStudio.TraceLog Namespace