LogStackTrace Class

Provides stack trace data that can be serialized to a stream.

Definition

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

Constructors

LogStackTrace(Stream) Loads stack trace information from the supplied
LogStackTrace(Boolean, Int32, Int32) Creates a stack trace object

Methods

Equals(LogStackTrace) Indicates whether the current object is equal to another object of the same type.
Equals(Object) Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Save Saves stack trace information to the supplied
ToString Returns a string that represents the current object.
(Overrides ObjectToString)

Fields

Empty An empty stack trace.
Frames Gets the stack frame data

See Also