Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Kento
ExternalFunction
C# Class Kento.ExternalFunction
Inheritance:
ExternalMember
,
IInvokable
Show file
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