Condividi tramite


IDebugDynamicFieldCOMPlus.GetTypeFromTypeDef Method

Definition

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

Parameters

ulAppDomainID
UInt32
guidModule
Guid
tokClass
Int32
ppType
IDebugField

Returns

Applies to