C# Class Atspi.EventListenerMode

Datei anzeigen Open project: mono/at-spi-sharp Class Usage Examples

Public Properties

Property Type Description
Global bool
Preemptive bool
Synchronous bool

Public Methods

Method Description
EventListenerMode ( bool synchronous, bool preemptive, bool global ) : System

Method Details

EventListenerMode() public method

public EventListenerMode ( bool synchronous, bool preemptive, bool global ) : System
synchronous bool
preemptive bool
global bool
return System

Property Details

Global public_oe property

public bool Global
return bool

Preemptive public_oe property

public bool Preemptive
return bool

Synchronous public_oe property

public bool Synchronous
return bool