IFunctionDescriptor

Describes a function, whether imported or defined in a custom node.


Constructors

No public constructors defined

Methods

No public methods defined

Properties

String   DisplayName {get;} stability index:1
Name to be displayed for the function.
String   MangledName {get;} stability index:1
An unique name to identify a function. It is used to create a corresponding node instance
IEnumerable<String>   ReturnKeys {get;} stability index:1
Return keys for multi-output functions.
IEnumerable<TypedParameter>   Parameters {get;} stability index:1
Function parameters
String   FunctionName {get;} stability index:1
Function name.
Type   ReturnType {get;} stability index:1
Return Type

Events

No public events defined