CompressedStack::CreateCopy Method ()

 

Creates a copy of the current compressed stack.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
CompressedStack^ CreateCopy()

Return Value

Type: System.Threading::CompressedStack^

A CompressedStack object representing the current compressed stack.

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

.NET Framework
Available since 2.0
Return to top
Show: