ShaderConstantTable.BuildInfo Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the offset, in bytes, to the build information.

Definition

Visual Basic Public Property BuildInfo As Integer
C# public int BuildInfo { get; set; }
C++ public:
property int BuildInfo {
        int get();
        void set(int value);
}
JScript public function get BuildInfo() : int
public function set BuildInfo(int);

Property Value

System.Int32
Integer that represents the offset to the build information.

This property is read/write.