ComponentFunctionInfo Methods |
The ComponentFunctionInfo type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Evaluate |
Evaluates the component with a set of arguments.
There needs to be an argument for each input param, and each output param gives an entry in the output array.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Invoke |
Runs Evaluate(IEnumerable, Boolean, String) with keepTree equal to false,
and raises an exception on the first warning.
| |
InvokeKeepTree |
Runs Evaluate(IEnumerable, Boolean, String) with keepTree equal to true and raises an exception on the first warning.
| |
InvokeKeepTreeSilenceWarnings |
Runs Evaluate(IEnumerable, Boolean, String) with keepTree equal to true,
and discards warnings (this is a dangerous operation!).
| |
InvokeSilenceWarnings |
Runs Evaluate(IEnumerable, Boolean, String) with keepTree equal to false,
then simplifies output with SimplifyTreeOutput(Object, String, Boolean) and discards warnings (this is a dangerous operation!).
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a string representing this function.
(Overrides ObjectToString.) |