C# Class AmandaInterface.Amanda

Afficher le fichier Open project: remco138/amanda Class Usage Examples

Méthodes publiques

Méthode Description
GetIdentifiers ( string search = "" ) : List
GetInstance ( ) : Amanda
GetOutput ( ) : List
Interpret ( string expression ) : bool
Load ( string code ) : bool
SetInterrupt ( bool b ) : void

Private Methods

Méthode Description
Amanda ( string autorun = null ) : System
CStringPointerToList ( IntPtr CStringPtr ) : List

Method Details

GetIdentifiers() public méthode

public GetIdentifiers ( string search = "" ) : List
search string
Résultat List

GetInstance() public static méthode

public static GetInstance ( ) : Amanda
Résultat Amanda

GetOutput() public méthode

public GetOutput ( ) : List
Résultat List

Interpret() public méthode

public Interpret ( string expression ) : bool
expression string
Résultat bool

Load() public méthode

public Load ( string code ) : bool
code string
Résultat bool

SetInterrupt() public méthode

public SetInterrupt ( bool b ) : void
b bool
Résultat void