ILispFunction Interface Members Send Feedback
See Also  Methods 

The following tables list the members exposed by ILispFunction.

Public Methods

 NameDescription
 MethodCreateReturnValueCreates the LISP parameter to use as the return value for this LISP function.  
 MethodGetApiIDGets the UUID of this LISP function.  
 MethodGetArgumentsGets the arguments from LISP and returns the corresponding array of LISP parameters passed to this LISP function.  
 MethodGetNameGets the name of this LISP function.  
 MethodSetReturnValueSets the value for this LISP function to return to LISP.  
Top

See Also