C# Class VSCodeDebug.StoppedEvent

Inheritance: Event
Exibir arquivo Open project: Microsoft/vscode-mono-debug

Public Methods

Method Description
StoppedEvent ( int tid, string reasn, string txt = null ) : System

Method Details

StoppedEvent() public method

public StoppedEvent ( int tid, string reasn, string txt = null ) : System
tid int
reasn string
txt string
return System