C# Class PowerStudio.DebugEngine.Events.DebugEventBase

Inheritance: IDebugEvent2
显示文件 Open project: IntelliTect/PowerStudio

Public Methods

Method Description
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.

Method Details

GetAttributes() public method

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.
return int