Table of Contents

Class StackFrame

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

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.