C# Класс PowerStudio.DebugEngine.Events.DebugEventBase

Наследование: IDebugEvent2
Показать файл Открыть проект

Открытые методы

Метод Описание
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