Sdílet prostřednictvím


DkmILConvert Class

Definition

Pops a value off the evaluation stack and converts it from one type to another.

public ref class DkmILConvert : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILConvert : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILConvert : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("fe9357e0-21e3-b8fb-993e-9abc312fa934")]
public class DkmILConvert : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("fe9357e0-21e3-b8fb-993e-9abc312fa934")>]
type DkmILConvert = class
    inherit DkmILInstruction
Public Class DkmILConvert
Inherits DkmILInstruction
Inheritance
DkmILConvert
Attributes

Properties

OriginalType

The expected type of the object to be popped from the stack. The actual object popped from the stack must have a size that matches this type.

TagValue

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

(Inherited from DkmILInstruction)
TargetType

The type that you want to convert the value to. This is the type of the object that will be pushed onto 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)

Methods

Create(DkmPrimitiveObjectType, DkmPrimitiveObjectType)

Create a new DkmILConvert object instance.

Applies to