Class StackFrame
Represents information describes particular stack frame.
public class StackFrame
- Inheritance
-
StackFrame
Properties
- File
Gets or sets stack frame file.
- Index
Gets or sets stack frame index.
- IsManaged
Gets or sets a boolean value indicating whether stack frame is managed.
- IsMyCode
Gets or sets a boolean value indicating whether stack frame is inside executing script.
- IsTop
Gets or sets a boolean value indicating whether stack frame is current frame.
- Line
Gets or sets stack frame line.
- Name
Gets or sets stack frame name.