IDebugDynamicFieldCOMPlus.GetTypeFromPrimitive(UInt32, IDebugField) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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