Represents a list of ComputeContextProperty
s.
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 ComputeContextProperty s. | |
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 ComputeContextProperty
s.
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 ComputeContextProperty
s.
properties | An enumerable of ComputeContextProperty 's. |
void Cloo.ComputeContextPropertyList.Add | ( | ComputeContextProperty | item | ) |
void Cloo.ComputeContextPropertyList.Clear | ( | ) |
bool Cloo.ComputeContextPropertyList.Contains | ( | ComputeContextProperty | item | ) |
void Cloo.ComputeContextPropertyList.CopyTo | ( | ComputeContextProperty[] | array, | |
int | arrayIndex | |||
) |
ComputeContextProperty Cloo.ComputeContextPropertyList.GetByName | ( | ComputeContextPropertyName | name | ) |
Gets a ComputeContextProperty
of a specified ComputeContextPropertyName
.
name | The ComputeContextPropertyName of the ComputeContextProperty . |
ComputeContextProperty
or null
if no such ComputeContextProperty
exists in the ComputeContextPropertyList
. IEnumerator<ComputeContextProperty> Cloo.ComputeContextPropertyList.GetEnumerator | ( | ) |
bool Cloo.ComputeContextPropertyList.Remove | ( | ComputeContextProperty | item | ) |
int Cloo.ComputeContextPropertyList.Count [get] |
bool Cloo.ComputeContextPropertyList.IsReadOnly [get] |