C# Class AmandaInterface.Amanda

显示文件 Open project: remco138/amanda Class Usage Examples

Public Methods

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

Private Methods

Method Description
Amanda ( string autorun = null ) : System
CStringPointerToList ( IntPtr CStringPtr ) : List

Method Details

GetIdentifiers() public method

public GetIdentifiers ( string search = "" ) : List
search string
return List

GetInstance() public static method

public static GetInstance ( ) : Amanda
return Amanda

GetOutput() public method

public GetOutput ( ) : List
return List

Interpret() public method

public Interpret ( string expression ) : bool
expression string
return bool

Load() public method

public Load ( string code ) : bool
code string
return bool

SetInterrupt() public method

public SetInterrupt ( bool b ) : void
b bool
return void