C# Class Kento.ExternalFunction

Inheritance: ExternalMember, IInvokable
Exibir arquivo Open project: LukaHorvat/Kento Class Usage Examples

Public Methods

Method Description
ExternalFunction ( string Name, bool Static, ProcessInvoke Function )
Invoke ( List Arguments ) : Value

Method Details

ExternalFunction() public method

public ExternalFunction ( string Name, bool Static, ProcessInvoke Function )
Name string
Static bool
Function ProcessInvoke

Invoke() public method

public Invoke ( List Arguments ) : Value
Arguments List
return Value