System::Diagnostics::StackTrace::GetFrame metodo

StackTrace::GetFrame method

Restituisce il frame dello stack.

virtual SharedPtr<StackFrame> System::Diagnostics::StackTrace::GetFrame(uint32_t index)
ParametroTipoDescrizione
indiceuint32_tIndice del frame dello stack, deve essere compreso tra 0 e FrameCount-1.

ReturnValue

Frame dello stack disponibili.

Vedi anche