OpenNETCF Smart Device Framework 2.3
This class provides access to common device management functionality
Namespace:
OpenNETCF.WindowsCE
Assembly:
OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static class DeviceManagement |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class DeviceManagement |
| Visual Basic (Usage) |
|---|
You do not need to declare an instance of a static class in order to access its members. |
| Visual C++ |
|---|
public ref class DeviceManagement abstract sealed |
| J# |
|---|
public final class DeviceManagement |
| JScript |
|---|
public final class DeviceManagement |
| JavaScript |
|---|
OpenNETCF.WindowsCE.DeviceManagement = function();
Type.createClass(
'OpenNETCF.WindowsCE.DeviceManagement'); |
Inheritance Hierarchy
See Also