Method | Description | |
---|---|---|
Busy ( bool which, |
||
Connected ( string rVersion ) : Task | ||
DirectoryChanged ( ) : void | ||
Disconnected ( ) : Task | ||
Dispose ( ) : void | ||
Locator ( System.Guid deviceId, |
||
PackagesInstalled ( ) : void | ||
PackagesRemoved ( ) : void | ||
Plot ( |
||
PlotDeviceCreate ( System.Guid deviceId, |
||
PlotDeviceDestroy ( System.Guid deviceId, |
||
ReadConsole ( IReadOnlyList |
||
SaveFileAsync ( string remotePath, string localPath, byte data, |
||
ShowDialog ( IReadOnlyList |
Called when R wants to display generic Windows MessageBox. Graph app may call Win32 API directly rather than going via R API callbacks.
|
|
ShowFile ( string fileName, string tabName, bool deleteFile, |
||
ShowMessage ( string s, |
||
Shutdown ( bool savedRData ) : Task | ||
ViewLibrary ( |
||
ViewObject ( string x, string title, |
||
WebBrowser ( string url, |
||
WriteConsoleEx ( string buf, OutputType otype, |
||
YesNoCancel ( IReadOnlyList |
Called as a result of R calling R API 'YesNoCancel' callback
|
Method | Description | |
---|---|---|
Console_CancelKeyPress ( object sender, |
||
Main ( string args ) : void | ||
ReadLineAsync ( string prompt, |
public Busy ( bool which, |
||
which | bool | |
ct | ||
return | Task |
public Locator ( System.Guid deviceId, |
||
deviceId | System.Guid | |
ct | ||
return | Task |
public Plot ( |
||
plot | ||
ct | ||
return | Task |
public PlotDeviceCreate ( System.Guid deviceId, |
||
deviceId | System.Guid | |
ct | ||
return | Task |
public PlotDeviceDestroy ( System.Guid deviceId, |
||
deviceId | System.Guid | |
ct | ||
return | Task |
public ReadConsole ( IReadOnlyList |
||
contexts | IReadOnlyList |
|
prompt | string | |
len | int | |
addToHistory | bool | |
ct | ||
return | Task |
public SaveFileAsync ( string remotePath, string localPath, byte data, |
||
remotePath | string | |
localPath | string | |
data | byte | |
cancellationToken | ||
return | Task |
public ShowDialog ( IReadOnlyList |
||
contexts | IReadOnlyList |
|
s | string | |
buttons | MessageButtons | |
ct | ||
return | Task |
public ShowFile ( string fileName, string tabName, bool deleteFile, |
||
fileName | string | |
tabName | string | |
deleteFile | bool | |
cancellationToken | ||
return | Task |
public ShowMessage ( string s, |
||
s | string | |
ct | ||
return | Task |
public ViewLibrary ( |
||
cancellationToken | ||
return | Task |
public ViewObject ( string x, string title, |
||
x | string | |
title | string | |
cancellationToken | ||
return | Task |
public WebBrowser ( string url, |
||
url | string | |
ct | ||
return | Task |
public WriteConsoleEx ( string buf, OutputType otype, |
||
buf | string | |
otype | OutputType | |
ct | ||
return | Task |
public YesNoCancel ( IReadOnlyList |
||
contexts | IReadOnlyList |
|
s | string | |
ct | ||
return | Task |