StackFrame.GetMethod Method
Silverlight
Gets the method in which the frame is executing.
Namespace: System.Diagnostics
Assembly: mscorlib (in mscorlib.dll)
The method that is currently executing may be inherited from a base class, although it is called in a derived class. In this case, the ReflectedType property of the MethodBase object that is returned by GetMethod identifies the base class, not the derived class.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.