NSExpression.FromFunction 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.
Overloads
FromFunction(NSExpressionCallbackHandler, NSExpression[]) | |
FromFunction(NSExpressionHandler, NSExpression[]) |
Obsolete.
An expression created by executing the specified NSExpressionHandler target with the specified parameters. |
FromFunction(String, NSExpression[]) | |
FromFunction(NSExpression, String, NSExpression[]) |
FromFunction(NSExpressionCallbackHandler, NSExpression[])
[Foundation.Export("expressionForBlock:arguments:")]
public static Foundation.NSExpression FromFunction (Foundation.NSExpressionCallbackHandler target, Foundation.NSExpression[] parameters);
static member FromFunction : Foundation.NSExpressionCallbackHandler * Foundation.NSExpression[] -> Foundation.NSExpression
Parameters
- target
- NSExpressionCallbackHandler
- parameters
- NSExpression[]
Returns
- Attributes
Applies to
FromFunction(NSExpressionHandler, NSExpression[])
Caution
Use 'FromFunction (NSExpressionCallbackHandler, NSExpression[])' instead.
An expression created by executing the specified NSExpressionHandler target with the specified parameters.
[Foundation.Export("expressionForBlock:arguments:")]
[System.Obsolete("Use 'FromFunction (NSExpressionCallbackHandler, NSExpression[])' instead.", false)]
public static Foundation.NSExpression FromFunction (Foundation.NSExpressionHandler target, Foundation.NSExpression[] parameters);
static member FromFunction : Foundation.NSExpressionHandler * Foundation.NSExpression[] -> Foundation.NSExpression
Parameters
- target
- NSExpressionHandler
- parameters
- NSExpression[]
Returns
- Attributes
Applies to
FromFunction(String, NSExpression[])
[Foundation.Export("expressionForFunction:arguments:")]
public static Foundation.NSExpression FromFunction (string name, Foundation.NSExpression[] parameters);
static member FromFunction : string * Foundation.NSExpression[] -> Foundation.NSExpression
Parameters
- name
- String
- parameters
- NSExpression[]
Returns
- Attributes
Applies to
FromFunction(NSExpression, String, NSExpression[])
[Foundation.Export("expressionForFunction:selectorName:arguments:")]
public static Foundation.NSExpression FromFunction (Foundation.NSExpression target, string name, Foundation.NSExpression[] parameters);
static member FromFunction : Foundation.NSExpression * string * Foundation.NSExpression[] -> Foundation.NSExpression
Parameters
- target
- NSExpression
- name
- String
- parameters
- NSExpression[]
Returns
- Attributes