System.Threading.CompressedStack.CreateCopy Method

Creates a copy of the current compressed stack.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public CompressedStack CreateCopy ()

Returns

A System.Threading.CompressedStack object representing the current compressed stack.

Remarks

This method is useful for creating a copy of the current compressed stack to apply to another thread.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0