NativeEventDispatcher Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the NativeEventDispatcher class.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public Sub New ( _
    strDriverName As String, _
    drvData As ULong _
)
public NativeEventDispatcher(
    string strDriverName,
    ulong drvData
)
public:
NativeEventDispatcher(
    String^ strDriverName, 
    unsigned long long drvData
)
new : 
        strDriverName:string * 
        drvData:uint64 -> NativeEventDispatcher
public function NativeEventDispatcher(
    strDriverName : String, 
    drvData : ulong
)

Parameters

.NET Framework Security

See Also

Reference

NativeEventDispatcher Class

Microsoft.SPOT.Hardware Namespace