VisualGDB Extensibility API
C#
Show/Hide TOC
ILive
Symbol
Parser
Create
Typed
Variable Method
Creates a
pinned variable
given an address and a type returned by
LookupType(String, Boolean)
, as if it was a global variable defined in the code.
Definition
Namespace:
VisualGDBExtensibility.LiveWatch
Assembly:
VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
Copy
IPinnedVariable
CreateTypedVariable
(
ulong
address
,
IPinnedVariableType
type
)
Parameters
address
UInt64
The address of the variable.
type
IPinnedVariableType
The type returned by
LookupType(String, Boolean)
.
Return Value
IPinnedVariable
The variable object created for the specified parameters.
See Also
Reference
ILiveSymbolParser Interface
VisualGDBExtensibility.LiveWatch Namespace
In This Article
Definition
Parameters
Return Value
See Also