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.