Public Member Functions | Properties

Cloo.ComputeContextProperty Class Reference

Represents an OpenCL context property. More...

List of all members.

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.

Detailed Description

Represents an OpenCL context property.

An OpenCL context property is a (name, value) data pair.


Constructor & Destructor Documentation

Cloo.ComputeContextProperty.ComputeContextProperty ( ComputeContextPropertyName  name,
IntPtr  value 
)

Creates a new ComputeContextProperty.

Parameters:
name The name of the ComputeContextProperty.
value The value of the created ComputeContextProperty.

Member Function Documentation

override string Cloo.ComputeContextProperty.ToString (  ) 

Gets the string representation of the ComputeContextProperty.

Returns:
The string representation of the ComputeContextProperty.

Property Documentation

ComputeContextPropertyName Cloo.ComputeContextProperty.Name [get]

Gets the ComputeContextPropertyName of the ComputeContextProperty.

IntPtr Cloo.ComputeContextProperty.Value [get]

Gets the value of the ComputeContextProperty.


The documentation for this class was generated from the following file: