Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance
The IDebugSymbolGroup interface inherits from the IUnknown interface. IDebugSymbolGroup also has these types of members:
Methods
The IDebugSymbolGroup interface has these methods.
IDebugSymbolGroup::AddSymbol The AddSymbol method adds a symbol to a symbol group. This method belongs to the IDebugSymbolGroup interface. |
IDebugSymbolGroup::ExpandSymbol The ExpandSymbol method adds or removes the children of a symbol from a symbol group. This method belongs to the IDebugSymbolGroup interface. |
IDebugSymbolGroup::GetNumberSymbols The GetNumberSymbols method returns the number of symbols that are contained in a symbol group. This method belongs to the IDebugSymbolGroup interface. |
IDebugSymbolGroup::GetSymbolName The GetSymbolName method returns the name of a symbol in a symbol group. This method belongs to the IDebugSymbolGroup interface. |
IDebugSymbolGroup::GetSymbolParameters The GetSymbolParameters method returns the symbol parameters that describe the specified symbols in a symbol group. This method belongs to IDebugSymbolGroup. |
IDebugSymbolGroup::OutputAsType The IDebugSymbolGroup::OutputAsType method changes the type of a symbol in a symbol group. The symbol's entry is updated to represent the new type. |
IDebugSymbolGroup::OutputSymbols The OutputSymbols method prints the specified symbols to the debugger console. This method belongs to the IDebugSymbolGroup interface. |
IDebugSymbolGroup::RemoveSymbolByIndex The RemoveSymbolByIndex method removes the specified symbol from a symbol group. This method belongs to the IDebugSymbolGroup interface. |
IDebugSymbolGroup::RemoveSymbolByName The RemoveSymbolByName method removes the specified symbol from a symbol group. This method belongs to the IDebugSymbolGroup interface. |
IDebugSymbolGroup::WriteSymbol The WriteSymbol methods set the value of the specified symbol. This method belongs to the IDebugSymbolGroup interface. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbgeng.h (include Dbgeng.h) |