C# Class dnSpy.Text.Editor.ReplEditor.ReplCommandHandler

Inheritance: IReplCommandHandler
显示文件 Open project: 0xd4d/dnSpy

Public Properties

Property Type Description
Null IReplCommandHandler

Public Methods

Method Description
ExecuteCommand ( string input ) : void
IsCommand ( string text ) : bool
OnCommandUpdatedAsync ( IReplCommandInput command, CancellationToken cancellationToken ) : Task
OnNewCommand ( ) : void

Method Details

ExecuteCommand() public method

public ExecuteCommand ( string input ) : void
input string
return void

IsCommand() public method

public IsCommand ( string text ) : bool
text string
return bool

OnCommandUpdatedAsync() public method

public OnCommandUpdatedAsync ( IReplCommandInput command, CancellationToken cancellationToken ) : Task
command IReplCommandInput
cancellationToken System.Threading.CancellationToken
return Task

OnNewCommand() public method

public OnNewCommand ( ) : void
return void

Property Details

Null public_oe static_oe property

public static IReplCommandHandler Null
return IReplCommandHandler