VisualGDB Extensibility API
C#
Show/Hide TOC
IPinned
Variable
Size 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#
Copy
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
Reference
IPinnedVariable Interface
VisualGDBExtensibility.LiveWatch Namespace
In This Article
Definition
Remarks
See Also