Engine.GetAllFunctionNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List all functions (both builtin and custom) registered with this evaluator.
public System.Collections.Generic.IEnumerable<string> GetAllFunctionNames();
member this.GetAllFunctionNames : unit -> seq<string>
Public Function GetAllFunctionNames () As IEnumerable(Of String)