Sdílet prostřednictvím


DkmILHlslGetThreadId Class

Definition

A request to 'read' the current thread ID. The result is pushed on the stack.

public ref class DkmILHlslGetThreadId : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILHlslGetThreadId : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILHlslGetThreadId : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("2c425193-043f-3d02-59b1-cedd50363ca6")]
public class DkmILHlslGetThreadId : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("2c425193-043f-3d02-59b1-cedd50363ca6")>]
type DkmILHlslGetThreadId = class
    inherit DkmILInstruction
Public Class DkmILHlslGetThreadId
Inherits DkmILInstruction
Inheritance
DkmILHlslGetThreadId
Attributes

Properties

TagValue

DkmILInstruction is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmILInstruction)
ThreadIdComponents

Specifies what portion of the thread ID should be pushed on the stack.

UniqueId

Uniquely identifies the DkmILInstruction object. Used as a hash-table key to allow for quickly matching up DkmIL instructions with their matching values.

(Inherited from DkmILInstruction)
UseDispatchId

Indicates whether the thread ID should be returned relative to the dispatch (true) or relative to the tile (false).

UseFlatModel

Instructs the debugger to fetch the thread id in flat format (if true), or as a vector (if false).

Methods

Create(Boolean, Boolean, DkmHlslThreadIdComponents)

Create a new DkmILHlslGetThreadId object instance.

Applies to