Share via


HwProvider Property

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

Provides the mechanism whereby the default HardwareProvider implementation in the .NET Micro Framework is automatically overridden by a customer's implementation.

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

Syntax

'Declaration
Public Shared ReadOnly Property HwProvider As HardwareProvider
public static HardwareProvider HwProvider { get; }
public:
static property HardwareProvider^ HwProvider {
    HardwareProvider^ get ();
}
static member HwProvider : HardwareProvider
static function get HwProvider () : HardwareProvider

Property Value

Type: Microsoft.SPOT.Hardware. . :: . .HardwareProvider
A static reference to the current implementation of the HardwareProvider class.

.NET Framework Security

See Also

Reference

HardwareProvider Class

Microsoft.SPOT.Hardware Namespace