C# 클래스 PowerStudio.DebugEngine.Events.ModuleLoadEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a module is loaded or unloaded.
상속: AsynchronousEvent, IDebugModuleLoadEvent2
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

공개 메소드들

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

Gets the module that is being loaded or unloaded.

ModuleLoadEvent ( DebugModuleBase module, bool isLoading ) : System

메소드 상세

GetModule() 공개 메소드

Gets the module that is being loaded or unloaded.
public GetModule ( IDebugModule2 &module, string &debugMessage, int &fIsLoad ) : int
module IDebugModule2 Returns an IDebugModule2 object that represents the module which is loading or unloading.
debugMessage string Returns an optional message describing this event. If this parameter is a null value, no message is requested.
fIsLoad int Nonzero (TRUE) if the module is loading and zero (FALSE) if the module is unloading. If this parameter is a null value, no status is requested.
리턴 int

ModuleLoadEvent() 공개 메소드

public ModuleLoadEvent ( DebugModuleBase module, bool isLoading ) : System
module DebugModuleBase
isLoading bool
리턴 System