ICorDebugModule.GetClassFromToken(UInt32, ICorDebugClass) Method

Definition

public:
 int GetClassFromToken(System::UInt32 typeDef, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugClass ^ % ppClass);
public int GetClassFromToken (uint typeDef, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugClass ppClass);
abstract member GetClassFromToken : uint32 * ICorDebugClass -> int
Public Function GetClassFromToken (typeDef As UInteger, ByRef ppClass As ICorDebugClass) As Integer

Parameters

typeDef
UInt32
ppClass
ICorDebugClass

Returns

Returns Int32.

Applies to