ICorDebugModule.GetClassFromToken(UInt32, ICorDebugClass) 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 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.