C# Class Microsoft.R.Host.Client.Test.Script.RHostScript

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

Public Methods

Method Description
Dispose ( ) : void
InitializeAsync ( IRSessionCallback clientApp = null ) : Task
RHostScript ( IRSessionProvider sessionProvider, IRSessionCallback clientApp = null ) : System
RHostScript ( IRSessionProvider sessionProvider, bool async, IRSessionCallback clientApp ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

InitializeAsync() public method

public InitializeAsync ( IRSessionCallback clientApp = null ) : Task
clientApp IRSessionCallback
return Task

RHostScript() public method

public RHostScript ( IRSessionProvider sessionProvider, IRSessionCallback clientApp = null ) : System
sessionProvider IRSessionProvider
clientApp IRSessionCallback
return System

RHostScript() public method

public RHostScript ( IRSessionProvider sessionProvider, bool async, IRSessionCallback clientApp ) : System
sessionProvider IRSessionProvider
async bool
clientApp IRSessionCallback
return System