C# 클래스 VSNDK.DebugEngine.AD7StepCompletedEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when the program being debugged completes a step into, a step over, or a step out of a line of source code or statement or instruction. (http://msdn.microsoft.com/en-us/library/bb162189.aspx)
상속: IDebugEvent2, IDebugStepCompleteEvent2
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
GetAttributes ( uint &pdwAttrib ) : int

Gets the attributes for this debug event. (http://msdn.microsoft.com/en-us/library/bb145575.aspx)

Send ( AD7Engine engine ) : void

Sends the event.

메소드 상세

GetAttributes() 공개 메소드

Gets the attributes for this debug event. (http://msdn.microsoft.com/en-us/library/bb145575.aspx)
public GetAttributes ( uint &pdwAttrib ) : int
pdwAttrib uint A combination of flags from the enum_EVENTATTRIBUTES enumeration.
리턴 int

Send() 공개 정적인 메소드

Sends the event.
public static Send ( AD7Engine engine ) : void
engine AD7Engine The AD7Engine object that represents the DE.
리턴 void