Click or drag to resize

ComputeDevice Class

Contains information about the ComputeDevice used by Application.
Inheritance Hierarchy
SystemObject
  Zivid.NETComputeDevice

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public class ComputeDevice : IDisposable

The ComputeDevice type exposes the following members.

Constructors
  NameDescription
Public methodComputeDevice
Initializes a new instance of the ComputeDevice class
Public methodComputeDevice(ComputeDevice*)
Initializes a new instance of the ComputeDevice class
Public methodComputeDevice(IntPtr)
Initializes a new instance of the ComputeDevice class
Top
Properties
  NameDescription
Public propertyModel
Returns the model name of this compute device
Public propertyVendor
Returns the vendor of this compute device
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ComputeDevice
Public methodGetNativePtr
Public methodToString
Get string representation of the application
(Overrides ObjectToString.)
Top
See Also