Share via


ICorDebugProcess5.GetTypeID(UInt64, COR_TYPEID) Method

Definition

public:
 int GetTypeID(System::UInt64 address, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::COR_TYPEID % pTypeId);
public int GetTypeID (ulong address, out Microsoft.VisualStudio.CorDebugInterop.COR_TYPEID pTypeId);
abstract member GetTypeID : uint64 * COR_TYPEID -> int
Public Function GetTypeID (address As ULong, ByRef pTypeId As COR_TYPEID) As Integer

Parameters

address
UInt64
pTypeId
COR_TYPEID

Returns

Applies to