StackFrame Methods
.NET Framework 4
The StackFrame type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
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. |
|
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. |
|
GetFileName | Gets the file name that contains the code that is executing. This information is typically extracted from the debugging symbols for the executable. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
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 or not the just-in-time (JIT) compiler is generating debugging code. The generation of this debugging information is controlled by the DebuggableAttribute. |
|
GetMethod | Gets the method in which the frame is executing. |
|
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. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Builds a readable representation of the stack trace. (Overrides Object.ToString().) |