C# Class VSCodeDebug.Source

Show file Open project: Microsoft/vscode-mono-debug Class Usage Examples

Public Methods

Method Description
Source ( string path, int sourceReference ) : System
Source ( string name, string path, int sourceReference ) : System

Method Details

Source() public method

public Source ( string path, int sourceReference ) : System
path string
sourceReference int
return System

Source() public method

public Source ( string name, string path, int sourceReference ) : System
name string
path string
sourceReference int
return System