System.Threading.CompressedStack Members

The members of System.Threading.CompressedStack are listed below.

See Also: Inherited members from System.Object

Public Methods

static
Capture() : CompressedStack

Captures the compressed stack from the current thread.

CreateCopy() : CompressedStack

Creates a copy of the current compressed stack.

static
GetCompressedStack() : CompressedStack

Gets the compressed stack for the current thread.

GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

Sets the System.Runtime.Serialization.SerializationInfo object with the logical context information needed to recreate an instance of this execution context.

static
Run(CompressedStack, ContextCallback, object)

Runs a method in the specified compressed stack on the current thread.