Sdílet prostřednictvím


DkmILDuplicateTop Class

Definition

Make a duplicate copy of the value on the top of the DkmIL stack and push this copy on top of the stack. If the result of a DkmDuplicateTop gets returned, the GUID associated with the result will be the GUID of the original instruction, not the GUID of the DkmDuplicateTop.

public ref class DkmILDuplicateTop : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILDuplicateTop : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILDuplicateTop : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("75aea7e7-c6a1-78cf-bee0-c6025b37a868")]
public class DkmILDuplicateTop : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("75aea7e7-c6a1-78cf-bee0-c6025b37a868")>]
type DkmILDuplicateTop = class
    inherit DkmILInstruction
Public Class DkmILDuplicateTop
Inherits DkmILInstruction
Inheritance
DkmILDuplicateTop
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)

Methods

Create()

Create a new DkmILDuplicateTop object instance.

Applies to