StackFrame Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The StackFrame type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetFileColumnNumber Gets the column number in the file that contains the code that is executing. This information is typically extracted from the debugging symbols for the executable.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetFileLineNumber Gets the line number in the file that contains the code that is executing. This information is typically extracted from the debugging symbols for the executable.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetFileName Security Critical. Gets the file name that contains the code that is executing. This information is typically extracted from the debugging symbols for the executable.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetILOffset Gets the offset from the start of the Microsoft intermediate language (MSIL) code for the method that is executing. This offset might be an approximation depending on whether the just-in-time (JIT) compiler is generating debugging code. The generation of this debugging information is controlled by the DebuggableAttribute attribute.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetMethod Gets the method in which the frame is executing.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetNativeOffset Gets the offset from the start of the native just-in-time (JIT) compiled code for the method that is being executed. The generation of this debugging information is controlled by the DebuggableAttribute class.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Builds a readable representation of the stack frame. (Overrides Object.ToString().)

Top