Click or drag to resize
StackFrameGetMethod Method
Gets the method in which the frame is executing.

Namespace: System.Diagnostics
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual MethodBase GetMethod()

Return Value

Type: MethodBase
The method in which the frame is executing.
See Also