System::Diagnostics::StackTrace::GetFrame method

StackTrace::GetFrame method

Gets stack frame.

virtual SharedPtr<StackFrame> System::Diagnostics::StackTrace::GetFrame(uint32_t index)
ParameterTypeDescription
indexuint32_tStack frame index, must be between 0 and FrameCount-1.

ReturnValue

Available stack frames.

See Also