FrameIterator Class

This class has no description.

Methods 5

Name Description
FrameIterator

Creates a stack frame iterator to build your own stack traces.

GetFilePath

Gets the file path to the current call in the call stack.

GetFunctionName

Gets the name of the current function in the call stack.

Next

Advances the iterator to the next stack frame.

Reset

Resets the iterator back to it's starting position.

Properties 1

Name Type Description
LineNumberint

Returns the line number of the current function call.