Cloo 0.9.1
|
Represents an OpenCL context property. More...
Public Member Functions | |
ComputeContextProperty (ComputeContextPropertyName name, IntPtr value) | |
Creates a new ComputeContextProperty. | |
override string | ToString () |
Gets the string representation of the ComputeContextProperty. | |
Properties | |
ComputeContextPropertyName | Name [get] |
Gets the ComputeContextPropertyName of the ComputeContextProperty. | |
IntPtr | Value [get] |
Gets the value of the ComputeContextProperty. |
Represents an OpenCL context property.
An OpenCL context property is a (name, value) data pair.
Cloo.ComputeContextProperty.ComputeContextProperty | ( | ComputeContextPropertyName | name, |
IntPtr | value | ||
) |
Creates a new ComputeContextProperty.
name | The name of the ComputeContextProperty. |
value | The value of the created ComputeContextProperty. |
override string Cloo.ComputeContextProperty.ToString | ( | ) |
Gets the string representation of the ComputeContextProperty.
ComputeContextPropertyName Cloo.ComputeContextProperty.Name [get] |
Gets the ComputeContextPropertyName of the ComputeContextProperty.
The ComputeContextPropertyName of the ComputeContextProperty.
IntPtr Cloo.ComputeContextProperty.Value [get] |
Gets the value of the ComputeContextProperty.
The value of the ComputeContextProperty.