ILNumerics Ultimate VS

DeviceManagerGetDevices Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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]

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

public static Device[] GetDevices()

Return Value

Type: Device
Direct reference to the array hosting Device objects available on the system.
Remarks

[ILNumerics Core Module]

See Also

Reference