Thread.CallStackSize
- 更新时间2025-07-21
- 阅读时长1分钟
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.