C# Class Microsoft.R.Host.Client.Test.SourceFile

Inheritance: IDisposable
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Source ( IRSession session, bool debug = true ) : System.Threading.Tasks.Task
SourceFile ( string content ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Source() public method

public Source ( IRSession session, bool debug = true ) : System.Threading.Tasks.Task
session IRSession
debug bool
return System.Threading.Tasks.Task

SourceFile() public method

public SourceFile ( string content ) : System
content string
return System