VisualGDB Extensibility API
C#
Show/Hide TOC
IPinned
Variable
Struct
Member Interface
Represents a single field of a struct/class obtained from
IPinnedVariableStructType
Definition
Namespace:
VisualGDBExtensibility.LiveWatch
Assembly:
VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
Copy
public
interface
IPinnedVariableStructMember
Properties
Name
Contains the name of the field.
Offset
Contains the offset, in bytes, from the beginning of the containing structure.
Size
Contains the size, in bytes, of the member.
See Also
Reference
VisualGDBExtensibility.LiveWatch Namespace
In This Article
Definition
Properties
See Also