C# 클래스 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)
상속: AD7AsynchronousEvent, IDebugSymbolSearchEvent2
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
AD7SymbolSearchEvent ( AD7Module module, string searchInfo, uint symbolFlags ) : System

Constructor.

비공개 메소드들

메소드 설명
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)

메소드 상세

AD7SymbolSearchEvent() 공개 메소드

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.
리턴 System