Class PlatformInfo
This class contains ocl platform information
public class PlatformInfo : UnmanagedObject, IDisposable
- Inheritance
-
PlatformInfo
- Implements
- Inherited Members
Properties
DeviceNumber
The number of devices
public int DeviceNumber { get; }
Property Value
Name
The platform name
public string Name { get; }
Property Value
Vendor
The platform vendor
public string Vendor { get; }
Property Value
Version
The platform version
public string Version { get; }
Property Value
Methods
DisposeObject()
Release all the unmanaged memory associated with this OclInfo
protected override void DisposeObject()
GetDevice(int)
Get the OclDevice with the specific index
public Device GetDevice(int d)
Parameters
d
intThe index of the ocl device
Returns
- Device
The ocl device with the specific index
ToString()
Get the string that represent this oclPlatformInfo object
public override string ToString()
Returns
- string
A string that represent this oclPlatformInfo object