Property | Type | Description | |
---|---|---|---|
Null | IReplCommandHandler |
Method | Description | |
---|---|---|
ExecuteCommand ( string input ) : void | ||
IsCommand ( string text ) : bool | ||
OnCommandUpdatedAsync ( IReplCommandInput command, |
||
OnNewCommand ( ) : void |
public ExecuteCommand ( string input ) : void | ||
input | string | |
return | void |
public OnCommandUpdatedAsync ( IReplCommandInput command, |
||
command | IReplCommandInput | |
cancellationToken | ||
return | Task |