StackFrameGetMethod Method |
Gets the method in which the frame is executing.
Namespace: System.DiagnosticsAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual MethodBase GetMethod()
Return Value
Type:
MethodBaseThe method in which the frame is executing.
See Also