IDebugDynamicFieldCOMPlus.GetTypeFromTypeDef 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 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