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

상속: IDebugEvent2
파일 보기 프로젝트 열기: IntelliTect/PowerStudio

공개 메소드들

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

Gets the attributes for this debug event.

The IDebugEvent2 interface is common to all events. This method describes the type of event; for example, is the event synchronous or asynchronous and is it a stopping event.

메소드 상세

GetAttributes() 공개 메소드

Gets the attributes for this debug event.
The IDebugEvent2 interface is common to all events. This method describes the type of event; for example, is the event synchronous or asynchronous and is it a stopping event.
public GetAttributes ( uint &pdwAttrib ) : int
pdwAttrib uint A combination of flags from the EVENTATTRIBUTES enumeration.
리턴 int