Sdílet prostřednictvím


DkmILConvert.OriginalType Property

Definition

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.

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

Property Value

Returns DkmPrimitiveObjectType.

Applies to