LogStackFrame Class

Provides information about the specific stack frame.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.128 -- Release Build+d9d157c80da59365061f9bf4a5d1ecd0f0496e1b
public class LogStackFrame : IEquatable<LogStackFrame>
Inheritance
Object    LogStackFrame
Implements
IEquatableLogStackFrame

Constructors

LogStackFrame(StackFrame) Creates a LogStackFrame from a StackFrame
LogStackFrame(Stream) Creates a LogStackFrame from a Stream.

Methods

Equals(LogStackFrame) Gets of the two classes are equal
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Save Saves this class to a Stream
ToString Makes a string
(Overrides ObjectToString)
ToString(StringBuilder) Appends the details of this stack frame to the provided .

Fields

ClassName The name of the method's type.
ColumnNumber The column number of the execution point.
FileName The file name if debug symbols were compiled with the assembly
LineNumber The line number of the data.
MethodName The name of the method
NativeOffset Gets the offset position in the IL Code.

See Also