Thread.CallStackSize
- Updated2025-07-21
- 1 minute(s) read
Thread.CallStackSize
Syntax
Thread.CallStackSize
Data Type
Purpose
Returns the number of call stack entries that currently exist for the thread.
Remarks
You can obtain a sequence context for each call stack entry by passing a call stack index to the Thread.GetSequenceContext method.