FunctionInfo Class
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.
Information about a built-in function.
public class FunctionInfo
type FunctionInfo = class
Public Class FunctionInfo
- Inheritance
-
FunctionInfo
Properties
| Description |
Obsolete.
Get a short description of the function. |
| HelpLink |
An optional URL for more help on this function. |
| MaxArity |
Maximal arity of the function. |
| MinArity |
Minimal arity of the function. |
| Name |
Name of the function. |
| Signatures |
Get parameter names for the specific overload. |
Methods
| GetCategoryNames(CultureInfo) | |
| GetDescription(CultureInfo) |
Get a short description of the function. |