| StackFrame Class |
Namespace: System.Diagnostics
[SerializableAttribute] public class StackFrame
The StackFrame type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMethod | Gets the method in which the frame is executing. | |
| 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 ObjectToString.) |
| Name | Description | |
|---|---|---|
| OFFSET_UNKNOWN | Defines the value that is returned from the GetNativeOffset or GetILOffset method when the native or Microsoft intermediate language (MSIL) offset is unknown. This field is constant. |