Share via


ShaderDebugInformation.FileInformation Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the offset to the shader file information.

Definition

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

Property Value

System.Int32
Integer that represents the offset to the shader file information.

This property is read/write.