DkmILConvert Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |