Cloo 0.9.1
|
Represents a list of ComputeContextPropertys. More...
Public Member Functions | |
ComputeContextPropertyList (ComputePlatform platform) | |
Creates a new ComputeContextPropertyList which contains a single item specifying a ComputePlatform. | |
ComputeContextPropertyList (IEnumerable< ComputeContextProperty > properties) | |
Creates a new ComputeContextPropertyList which contains the specified ComputeContextPropertys. | |
ComputeContextProperty | GetByName (ComputeContextPropertyName name) |
Gets a ComputeContextProperty of a specified ComputeContextPropertyName . | |
void | Add (ComputeContextProperty item) |
void | Clear () |
bool | Contains (ComputeContextProperty item) |
void | CopyTo (ComputeContextProperty[] array, int arrayIndex) |
bool | Remove (ComputeContextProperty item) |
IEnumerator < ComputeContextProperty > | GetEnumerator () |
Properties | |
int | Count [get] |
bool | IsReadOnly [get] |
Represents a list of ComputeContextPropertys.
A ComputeContextPropertyList is used to specify the properties of a ComputeContext.
Cloo.ComputeContextPropertyList.ComputeContextPropertyList | ( | ComputePlatform | platform | ) |
Creates a new ComputeContextPropertyList which contains a single item specifying a ComputePlatform.
platform | A ComputePlatform. |
Cloo.ComputeContextPropertyList.ComputeContextPropertyList | ( | IEnumerable< ComputeContextProperty > | properties | ) |
Creates a new ComputeContextPropertyList which contains the specified ComputeContextPropertys.
properties | An enumerable of ComputeContextProperty's. |
void Cloo.ComputeContextPropertyList.Add | ( | ComputeContextProperty | item | ) |
item |
void Cloo.ComputeContextPropertyList.Clear | ( | ) |
bool Cloo.ComputeContextPropertyList.Contains | ( | ComputeContextProperty | item | ) |
item |
void Cloo.ComputeContextPropertyList.CopyTo | ( | ComputeContextProperty[] | array, |
int | arrayIndex | ||
) |
array | |
arrayIndex |
ComputeContextProperty Cloo.ComputeContextPropertyList.GetByName | ( | ComputeContextPropertyName | name | ) |
Gets a ComputeContextProperty of a specified ComputeContextPropertyName
.
name | The ComputeContextPropertyName of the ComputeContextProperty. |
null
if no such ComputeContextProperty exists in the ComputeContextPropertyList. IEnumerator<ComputeContextProperty> Cloo.ComputeContextPropertyList.GetEnumerator | ( | ) |
bool Cloo.ComputeContextPropertyList.Remove | ( | ComputeContextProperty | item | ) |
item |
int Cloo.ComputeContextPropertyList.Count [get] |
bool Cloo.ComputeContextPropertyList.IsReadOnly [get] |