IPinnedVariableSize Property

Contains the physical size of the variable.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
int Size { get; }

Property Value

Int32

Remarks

If the variable is a bit field member, it should also implement IPinnedVariable2 and provide a valid value for BitfieldMember

See Also