Condividi tramite


IDebugComPlusSymbolProvider2.CreateTypeFromPrimitive Method

Definition

public:
 int CreateTypeFromPrimitive(System::UInt32 dwPrimType, Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ % ppType);
public int CreateTypeFromPrimitive (uint dwPrimType, Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, ref Microsoft.VisualStudio.Debugger.Interop.IDebugField ppType);
abstract member CreateTypeFromPrimitive : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * IDebugField -> int
Public Function CreateTypeFromPrimitive (dwPrimType As UInteger, pAddress As IDebugAddress, ByRef ppType As IDebugField) As Integer

Parameters

dwPrimType
UInt32
pAddress
IDebugAddress
ppType
IDebugField

Returns

Implements

Applies to