ILispFunction Interface Methods Send Feedback
See Also 

For a list of all members of this type, see ILispFunction members.

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