Freigeben über


DkmILConvert.Create(DkmPrimitiveObjectType, DkmPrimitiveObjectType) Method

Definition

Create a new DkmILConvert object instance.

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILConvert ^ Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType OriginalType, Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType TargetType);
public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILConvert ^ Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType OriginalType, Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType TargetType);
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILConvert Create(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType OriginalType, Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmPrimitiveObjectType TargetType);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILConvert Create (Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType OriginalType, Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType TargetType);
static member Create : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType * Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmPrimitiveObjectType -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILConvert
Public Shared Function Create (OriginalType As DkmPrimitiveObjectType, TargetType As DkmPrimitiveObjectType) As DkmILConvert

Parameters

OriginalType
DkmPrimitiveObjectType

[In] 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.

TargetType
DkmPrimitiveObjectType

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

Returns

[Out] Result of this method call.

Applies to