C# Class VSCodeDebug.Message

Exibir arquivo Open project: Microsoft/vscode-mono-debug Class Usage Examples

Public Methods

Method Description
Message ( int id, string format, dynamic variables = null, bool user = true, bool telemetry = false ) : System

Method Details

Message() public method

public Message ( int id, string format, dynamic variables = null, bool user = true, bool telemetry = false ) : System
id int
format string
variables dynamic
user bool
telemetry bool
return System