CompressedStack::Capture Method ()

 

Captures the compressed stack from the current thread.

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

public:
static CompressedStack^ Capture()

Captures all the code access security information on the call stack, such as Deny and Assert actions, in a compressed format. For example, if a Deny action is two stack frames up from the current frame and there are no other code access security annotations between there and the current frame, the compressed stack records only that information, without having to serialize the entire call stack.

The captured compressed stack can be applied to another thread.

.NET Framework
Available since 2.0
Return to top
Show: