Method | Description | |
---|---|---|
AbortExecution ( ) : void | ||
CanExecuteCode ( string text ) : bool | ||
Dispose ( ) : void | ||
ExecuteCodeAsync ( string text ) : Task |
||
FormatClipboard ( ) : string | ||
GetPrompt ( ) : string | ||
InitializeAsync ( ) : Task |
||
InteractiveEvaluatorMock ( IInteractiveWindow window ) : System.Threading.Tasks | ||
ResetAsync ( bool initialize = true ) : Task |
public ExecuteCodeAsync ( string text ) : Task |
||
text | string | |
return | Task |
public InteractiveEvaluatorMock ( IInteractiveWindow window ) : System.Threading.Tasks | ||
window | IInteractiveWindow | |
return | System.Threading.Tasks |
public ResetAsync ( bool initialize = true ) : Task |
||
initialize | bool | |
return | Task |