StackFrame.MethodName Property

Gets the name of the method for this frame of the call stack.

Namespace:  Microsoft.VisualStudio.IntelliTrace.Monitoring
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property MethodName As String
public string MethodName { get; }
public:
property String^ MethodName {
    String^ get ();
}
member MethodName : string with get
function get MethodName () : String

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

StackFrame Structure

Microsoft.VisualStudio.IntelliTrace.Monitoring Namespace