메소드 | 설명 | |
---|---|---|
AD7ModuleLoadEvent ( |
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 ( |
Sends the event.
|
public AD7ModuleLoadEvent ( |
||
module | 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 |