StackFrame {Microsoft.VisualBasic.ApplicationServices.Debugging.Diagnostics} .NET clr documentation

StackFrame

Description

Contains the necessary function calls information, source file location information for traceback the runtime error

Declare

            
# namespace Microsoft.VisualBasic.ApplicationServices.Debugging.Diagnostics
export class StackFrame {
   # The file path of the source file
   File: string;
   # The line number in current source StackFrame.File.
   Line: string;
   # Method call
   Method: Method;
}

        

.NET clr type reference tree

  1. use by property member Method: Method

[Package {$package} version {$version} Index]