C# 클래스 VSNDK.DebugEngine.AD7ModuleLoadEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a module is loaded or unloaded. (http://msdn.microsoft.com/en-ca/library/bb146706.aspx)
상속: AD7AsynchronousEvent, IDebugModuleLoadEvent2
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
AD7ModuleLoadEvent ( AD7Module module, bool fLoad ) : System

Constructor.

비공개 메소드들

메소드 설명
IDebugModuleLoadEvent2 ( IDebugModule2 &module, string &debugMessage, int &fIsLoad ) : int

Gets the module that is being loaded or unloaded. (http://msdn.microsoft.com/en-ca/library/bb161763.aspx)

Send ( AD7Engine engine, AD7Module aModule, bool fLoad ) : void

Sends the event.

메소드 상세

AD7ModuleLoadEvent() 공개 메소드

Constructor.
public AD7ModuleLoadEvent ( AD7Module module, bool fLoad ) : System
module AD7Module The IDebugModule2 object that represents the module which is loading or unloading.
fLoad bool onzero (TRUE) if the module is loading and zero (FALSE) if the module is unloading.
리턴 System