ILNumerics Ultimate VS

DeviceManager Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
This class allows to access all Device objects available on the system.

[ILNumerics Core Module]

Inheritance Hierarchy

SystemObject
  ILNumerics.Core.DeviceManagementDeviceManager

Namespace:  ILNumerics.Core.DeviceManagement
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public class DeviceManager

The DeviceManager type exposes the following members.

Constructors

  NameDescription
Public methodDeviceManager
Initializes a new instance of the DeviceManager class
Top
Methods

  NameDescription
Public methodStatic memberGetDevice
Get the device stored at index i.

[ILNumerics Core Module]

Public methodStatic memberGetDeviceCount
Gets the number of Devices currently available on the system.

[ILNumerics Core Module]

Public methodStatic memberGetDevices
Gives the (original!) array of available Device objects. Use with care and do not change the elements! No copy is made for performance reasons!

[ILNumerics Core Module]

Top
Remarks

[ILNumerics Core Module]

See Also

Reference