NativeEventDispatcher Members

The following tables list the members exposed by the NativeEventDispatcher type.

Public Constructors

Name Description
Public Method ~NativeEventDispatcher Deletes an instance of the NativeEventDispatcher class.
Public Method NativeEventDispatcher Initializes a new instance of the NativeEventDispatcher class.

Protected Fields

Name Description
Protected Field m_callbacks The event handler for this NativeEventDispatcher object (a mulitcast combinable delegate).
Protected Field m_disposed Set to true if this NativeEventDispatcher object has been disposed, or false if not.
Protected Field m_threadSpawn The event handler for this NativeEventDispatcher object (a mulitcast combinable delegate).

Public Methods

Name Description
Public Method DisableInterrupt Disables the interrupt for this NativeEventDispatcher object.
Public Method Dispose Overloaded. Releases resources used by this NativeEventDispatcher object.
Public Method EnableInterrupt Enables the interrupt for this NativeEventDispatcher object.
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method MemberwiseClone (Inherited from Object.)

Public Events

Name Description
Public Event OnInterrupt Adds or removes callback methods for native events.

See Also

Reference

NativeEventDispatcher Class
Microsoft.SPOT.Hardware Namespace