ConstantDescription Structure (Microsoft.DirectX.Direct3D)

Describes a constant in a constant table.

Definition

Visual BasicPublic Structure ConstantDescription
C#public struct ConstantDescription 
C++public value class ConstantDescription sealed 
JScriptIn JScript, you can use structures, but you cannot define your own.

Members Table

The following table lists the members exposed by the object.

Methods

MethodDescription
ConstantDescription Initializes a new instance of the ConstantDescription class.
ToString Obtains a string representation of the current instance.

Properties

PropertyDescription
Class Retrieves or sets the parameter class of the constant.
Columns Retrieves or sets a value that indicates the number of columns.
DefaultData Retrieves or sets a reference to the default value for the constant.
Elements Retrieves or sets the number of elements in the array.
Name Retrieves or sets the name of the constant.
ParameterType Retrieves or sets the parameter type of the constant.
RegisterCount Retrieves or sets the number of registers that contain data.
RegisterIndex Retrieves or sets the index of the constant in the constant table.
RegisterSet Retrieves or sets the constant data type.
Rows Retrieves or sets a value that indicates the number of rows.
StructMembers Retrieves or sets a value that indicates the number of structure member sub-parameters.

Structure Information

NamespaceMicrosoft.DirectX.Direct3D
AssemblyMicrosoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll)
Strong NameMicrosoft.DirectX.Direct3DX,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also

Show: