Sdílet prostřednictvím


DkmILHlslGetGroupId Class

Definition

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

public ref class DkmILHlslGetGroupId : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILHlslGetGroupId : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILHlslGetGroupId : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("dd58ab29-83d2-c4d4-e499-e85e5bf99277")]
public class DkmILHlslGetGroupId : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("dd58ab29-83d2-c4d4-e499-e85e5bf99277")>]
type DkmILHlslGetGroupId = class
    inherit DkmILInstruction
Public Class DkmILHlslGetGroupId
Inherits DkmILInstruction
Inheritance
DkmILHlslGetGroupId
Attributes

Properties

GroupIdComponents

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

TagValue

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

(Inherited from DkmILInstruction)
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)

Methods

Create(DkmHlslThreadIdComponents)

Create a new DkmILHlslGetGroupId object instance.

Applies to