ExpressionNodeFunction Members
Include Protected Members
Include Inherited Members
The ExpressionNodeFunction object represents part of a policy-based management expression that is a function.
The ExpressionNodeFunction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExpressionNodeFunction(ExpressionNodeFunction.Function, array<ExpressionNode[]) | Initializes a new instance of the ExpressionNodeFunction class that has the specified function and arguments. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
ChildrenList | (Inherited from ExpressionNodeChildren.) | |
Count | (Inherited from ExpressionNodeChildren.) | |
EnumerableChildrenList | (Inherited from ExpressionNodeChildren.) | |
FunctionsDefinitions | Gets the function definitions. | |
FunctionType | Gets the type of function. | |
LastEvaluationResult | (Inherited from ExpressionNode.) | |
ReturnType | Gets the type that is returned by the function. | |
Tag | Gets the tag text that is associated with the expression node. (Inherited from ExpressionNode.) | |
Type | Gets the type of expression node. (Inherited from ExpressionNode.) | |
TypeClass | Gets the class type when the expression node represents an object. (Inherited from ExpressionNode.) |
Top