ShaderInstructionInformation.File Property

Language:

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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center