ArrayChildProvider Constructor
Constructs an instance of ArrayChildProvider given the information about the vector-style object.
Namespace: VisualGDBExpressionsAssembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
public ArrayChildProvider(
IExpressionEvaluator evaluator,
string expressionFormat,
int firstIndex,
int itemCount,
IExpression actualMembersNode
)
Parameters
- evaluator IExpressionEvaluator
- Points to the expression evaluator provided during a call to ExpressionFilter.Attach
- expressionFormat String
- Specifies a .Net string format that defines an expression for accessing an element of the array by its index. E.g. "pArray->Items[{0}]"
- firstIndex Int32
- Specifies the first index that will be used along with the format string to make a C++ expression denoting the first element.
- itemCount Int32
- Specifies the amount of elements in the array.
- actualMembersNode IExpression
- Specifies the "Actual members" node typically containing the original members of the class. Typically this is an instance of StaticExpressionFilter.