C# Class QConsole.NET.QConsole

Afficher le fichier Open project: visit/QConsole.NET

Méthodes publiques

Свойство Type Description
CommandNotFound ExecuteResponse

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Authorize ( ) : void
Complete ( string command, string arguments ) : IEnumerable
Execute ( string command, string arguments ) : ExecuteResponse
Init ( ) : void

Method Details

Authorize() public static méthode

public static Authorize ( ) : void
Résultat void

Complete() public static méthode

public static Complete ( string command, string arguments ) : IEnumerable
command string
arguments string
Résultat IEnumerable

Execute() public static méthode

public static Execute ( string command, string arguments ) : ExecuteResponse
command string
arguments string
Résultat ExecuteResponse

Init() public static méthode

public static Init ( ) : void
Résultat void

Property Details

CommandNotFound public_oe static_oe property

public static ExecuteResponse,QConsole.NET CommandNotFound
Résultat ExecuteResponse