Share via


IDebugDynamicFieldCOMPlus.GetTypeFromPrimitive(UInt32, IDebugField) Method

Definition

public:
 int GetTypeFromPrimitive(System::UInt32 dwCorElementType, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ % ppType);
public int GetTypeFromPrimitive(uint dwCorElementType, out Microsoft.VisualStudio.Debugger.Interop.IDebugField ppType);
abstract member GetTypeFromPrimitive : uint32 * IDebugField -> int
Public Function GetTypeFromPrimitive (dwCorElementType As UInteger, ByRef ppType As IDebugField) As Integer

Parameters

dwCorElementType
UInt32
ppType
IDebugField

Returns

Applies to