ILNumerics - Technical Application Development
SystemObject
ILNumerics.Core.DeviceManagementDeviceManager
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
This class allows to access all Device objects available on the system.
[ILNumerics Core Module]
Inheritance Hierarchy
ILNumerics.Core.DeviceManagementDeviceManager
Namespace: ILNumerics.Core.DeviceManagement
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The DeviceManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DeviceManager | Initializes a new instance of the DeviceManager class |
Methods
Name | Description | |
---|---|---|
GetDevice |
Get the device stored at index i.
[ILNumerics Core Module] | |
GetDeviceCount |
Gets the number of Devices currently available on the system.
[ILNumerics Core Module] | |
GetDevices |
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] |
Remarks
[ILNumerics Core Module]
See Also