C# Class Kento.ExternalFunction

Inheritance: ExternalMember, IInvokable
Afficher le fichier Open project: LukaHorvat/Kento Class Usage Examples

Méthodes publiques

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

Method Details

ExternalFunction() public méthode

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

Invoke() public méthode

public Invoke ( List Arguments ) : Value
Arguments List
Résultat Value