Sdílet prostřednictvím


DkmILConvert.TargetType Property

Definition

The type that you want to convert the value to. This is the type of the object that will be pushed onto the stack.

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType TargetType { Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType get(); };
public:
 property Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType TargetType { Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType TargetType { get; }
member this.TargetType : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType
Public ReadOnly Property TargetType As DkmPrimitiveObjectType

Property Value

Returns DkmPrimitiveObjectType.

Applies to