IDebugSymbolGroup interface
Members
The IDebugSymbolGroup interface inherits from the IUnknown interface. IDebugSymbolGroup also has these types of members:
Methods
The IDebugSymbolGroup interface has these methods.
| Method | Description |
|---|---|
| AddSymbol |
Adds a symbol to a symbol group. |
| ExpandSymbol |
Adds or removes the children of a symbol from a symbol group. |
| GetNumberSymbols |
Returns the number of symbols that are contained in a symbol group. |
| GetSymbolName |
Returns the name of a symbol in a symbol group. |
| GetSymbolParameters |
Returns the symbol parameters that describe the specified symbols in a symbol group. |
| OutputAsType |
Changes the type of a symbol in a symbol group. The symbol's entry is updated to represent the new type. |
| OutputSymbols |
Prints the specified symbols to the debugger console. |
| RemoveSymbolByIndex |
Removes the specified symbol from a symbol group. |
| RemoveSymbolByName |
Removes the specified symbol from a symbol group. |
| WriteSymbol |
Sets the value of the specified symbol. |
Requirements
|
Header |
|
|---|
See also
Send comments about this topic to Microsoft
Build date: 4/9/2013
