Share via


ShaderTypeInformation.Class Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the class for shader type information.

Definition

Visual Basic Public Property Class As Short
C# public short Class { get; set; }
C++ public:
property short Class {
        short get();
        void set(short value);
}
JScript public function get Class() : short
public function set Class(short);

Property Value

System.Int16
Member of the ParameterClass enumeration that represents the class of the object.

This property is read/write.