StackFrame.MethodVersion Property

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

Gets the current version of the method for this frame.

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

Syntax

'Declaration
Public Property MethodVersion As Integer
    Get
    Private Set
'Usage
Dim instance As StackFrame
Dim value As Integer

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

StackFrame Class

StackFrame Members

Microsoft.VisualStudio.TraceLog Namespace