IDebugModule3.GetSymbolInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetSymbolInfo(enum_SYMBOL_SEARCH_INFO_FIELDS, MODULE_SYMBOL_SEARCH_INFO[]) | |
| GetSymbolInfo(UInt32, MODULE_SYMBOL_SEARCH_INFO[]) |
GetSymbolInfo(enum_SYMBOL_SEARCH_INFO_FIELDS, MODULE_SYMBOL_SEARCH_INFO[])
public:
int GetSymbolInfo(Microsoft::VisualStudio::Debugger::Interop::enum_SYMBOL_SEARCH_INFO_FIELDS dwFields, cli::array <Microsoft::VisualStudio::Debugger::Interop::MODULE_SYMBOL_SEARCH_INFO> ^ pinfo);
public int GetSymbolInfo(Microsoft.VisualStudio.Debugger.Interop.enum_SYMBOL_SEARCH_INFO_FIELDS dwFields, Microsoft.VisualStudio.Debugger.Interop.MODULE_SYMBOL_SEARCH_INFO[] pinfo);
abstract member GetSymbolInfo : Microsoft.VisualStudio.Debugger.Interop.enum_SYMBOL_SEARCH_INFO_FIELDS * Microsoft.VisualStudio.Debugger.Interop.MODULE_SYMBOL_SEARCH_INFO[] -> int
Public Function GetSymbolInfo (dwFields As enum_SYMBOL_SEARCH_INFO_FIELDS, pinfo As MODULE_SYMBOL_SEARCH_INFO()) As Integer
Parameters
- dwFields
- enum_SYMBOL_SEARCH_INFO_FIELDS
- pinfo
- MODULE_SYMBOL_SEARCH_INFO[]
Returns
Applies to
GetSymbolInfo(UInt32, MODULE_SYMBOL_SEARCH_INFO[])
public:
int GetSymbolInfo(System::UInt32 dwFields, cli::array <Microsoft::VisualStudio::Debugger::Interop::MODULE_SYMBOL_SEARCH_INFO> ^ pinfo);
public int GetSymbolInfo(uint dwFields, Microsoft.VisualStudio.Debugger.Interop.MODULE_SYMBOL_SEARCH_INFO[] pinfo);
abstract member GetSymbolInfo : uint32 * Microsoft.VisualStudio.Debugger.Interop.MODULE_SYMBOL_SEARCH_INFO[] -> int
Public Function GetSymbolInfo (dwFields As UInteger, pinfo As MODULE_SYMBOL_SEARCH_INFO()) As Integer
Parameters
- dwFields
- UInt32
- pinfo
- MODULE_SYMBOL_SEARCH_INFO[]