NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StackFrame.GetMethod

Gets the method in which the frame is executing.

[Visual Basic]
Overridable Public Function GetMethod() As MethodBase
[C#]
public virtual MethodBase GetMethod();
[C++]
public: virtual MethodBase* GetMethod();
[JScript]
public function GetMethod() : MethodBase;

Return Value

The method the frame is executing in.

See Also

StackFrame Class | StackFrame Members | System.Diagnostics Namespace