IPinnedVariableLookupSpecificChild Method
Locates a specific child (e.g. struct field) matching the provided name.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
IPinnedVariable LookupSpecificChild(
string subexpression,
ulong pointerValue = 0,
bool throwIfNotFound = false
)
- subexpression String
- The name of the child to lookup. Nested expressions (e.g. size.x) are NOT supported.
- pointerValue UInt64 (Optional)
- The value of the pointer (only of Type is CompositePointer)
- throwIfNotFound Boolean (Optional)
- Specifies the behavior when none of the children match the provided name.
IPinnedVariableThe matched child variable, or
null if it was not found and
throwIfNotFound was set to
false.