C# Class VSCodeDebug.StackFrame

Afficher le fichier Open project: Microsoft/vscode-mono-debug Class Usage Examples

Méthodes publiques

Méthode Description
StackFrame ( int id, string name, Source source, int line, int column ) : System

Method Details

StackFrame() public méthode

public StackFrame ( int id, string name, Source source, int line, int column ) : System
id int
name string
source Source
line int
column int
Résultat System