ShaderInstructionInformation.File Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the offset, in bytes, from the beginning of the debug information to the file-name string.

Definition

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

Property Value

System.Int16
Integer that represents the file-name string offset in bytes.

This property is read/write.