다음을 통해 공유


FunctionInfo Class

Definition

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.

Applies to