Freigeben über


DkmILPushConstant Class

Definition

Pushes a constant value onto the DkmIL stack.

public ref class DkmILPushConstant : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILPushConstant : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILPushConstant : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("debef887-9da9-04e2-fff2-6e510affdffe")]
public class DkmILPushConstant : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("debef887-9da9-04e2-fff2-6e510affdffe")>]
type DkmILPushConstant = class
    inherit DkmILInstruction
Public Class DkmILPushConstant
Inherits DkmILInstruction
Inheritance
DkmILPushConstant
Attributes

Properties

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)
Value

The value to push onto the DkmIL stack.

Methods

Create(ReadOnlyCollection<Byte>)

Create a new DkmILPushConstant object instance.

Applies to