NativeEventDispatcher Members
The following tables list the members exposed by the NativeEventDispatcher type.
Public Constructors
Name | Description | |
---|---|---|
NativeEventDispatcher | Initializes a new instance of the NativeEventDispatcher class. |
Protected Fields
Name | Description | |
---|---|---|
m_callbacks | The event handler for this NativeEventDispatcher object (a mulitcast combinable delegate). | |
m_disposed | Set to true if this NativeEventDispatcher object has been disposed, or false if not. | |
m_threadSpawn | The event handler for this NativeEventDispatcher object (a mulitcast combinable delegate). |
Public Methods
Name | Description | |
---|---|---|
DisableInterrupt | Disables the interrupt for this NativeEventDispatcher object. | |
Dispose | Overloaded. Releases resources used by this NativeEventDispatcher object. | |
EnableInterrupt | Enables the interrupt for this NativeEventDispatcher object. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | Releases resources used by this NativeEventDispatcher object before it is reclaimed by the garbage collector. | |
MemberwiseClone | (Inherited from Object.) |
Public Events
Name | Description | |
---|---|---|
OnInterrupt | Adds or removes callback methods for native events. |
See Also
Reference
NativeEventDispatcher Class
Microsoft.SPOT.Hardware Namespace