C# Class QConsole.NET.QConsole

Mostra file Open project: visit/QConsole.NET

Public Properties

Property Type Description
CommandNotFound ExecuteResponse

Private Properties

Property Type Description

Public Methods

Method Description
Authorize ( ) : void
Complete ( string command, string arguments ) : IEnumerable
Execute ( string command, string arguments ) : ExecuteResponse
Init ( ) : void

Method Details

Authorize() public static method

public static Authorize ( ) : void
return void

Complete() public static method

public static Complete ( string command, string arguments ) : IEnumerable
command string
arguments string
return IEnumerable

Execute() public static method

public static Execute ( string command, string arguments ) : ExecuteResponse
command string
arguments string
return ExecuteResponse

Init() public static method

public static Init ( ) : void
return void

Property Details

CommandNotFound public_oe static_oe property

public static ExecuteResponse,QConsole.NET CommandNotFound
return ExecuteResponse