C# Class VSNDK.DebugEngine.AD7SymbolSearchEvent

This interface is sent by the debug engine (DE) to indicate that the debugging symbols for a module being debugged have been loaded. (http://msdn.microsoft.com/en-ca/library/bb160924.aspx)
Inheritance: AD7AsynchronousEvent, IDebugSymbolSearchEvent2
Datei anzeigen Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
AD7SymbolSearchEvent ( AD7Module module, string searchInfo, uint symbolFlags ) : System

Constructor.

Private Methods

Method Description
IDebugSymbolSearchEvent2 ( IDebugModule3 &pModule, string &pbstrDebugMessage, enum_MODULE_INFO_FLAGS pdwModuleInfoFlags ) : int

Called by an event handler to retrieve results about a symbol load process. (http://msdn.microsoft.com/en-ca/library/bb161324.aspx)

Method Details

AD7SymbolSearchEvent() public method

Constructor.
public AD7SymbolSearchEvent ( AD7Module module, string searchInfo, uint symbolFlags ) : System
module AD7Module The AD7Module object representing the module for which the symbols were loaded.
searchInfo string The string containing any error messages from the module.
symbolFlags uint A combination of flags from the MODULE_INFO_FLAGS enumeration indicating whether any /// symbols were loaded.
return System