CompressedStack Methods
.NET Framework (current version)
Namespace:
System.Threading
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Capture() | Captures the compressed stack from the current thread. |
![]() | CreateCopy() | Creates a copy of the current compressed stack. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | GetCompressedStack() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the compressed stack for the current thread. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Sets the SerializationInfo object with the logical context information needed to recreate an instance of this execution context. |
![]() | GetType() | |
![]() ![]() | Run(CompressedStack^, ContextCallback^, Object^) | Runs a method in the specified compressed stack on the current thread. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:

