Метод | Описание | |
---|---|---|
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 CanExecuteCode ( string text ) : bool | ||
text | string | |
Результат | bool |
public ExecuteCodeAsync ( string text ) : Task |
||
text | string | |
Результат | Task |
public InteractiveEvaluatorMock ( IInteractiveWindow window ) : System.Threading.Tasks | ||
window | IInteractiveWindow | |
Результат | System.Threading.Tasks |
public ResetAsync ( bool initialize = true ) : Task |
||
initialize | bool | |
Результат | Task |