ICorDebugModule.GetClassFromToken(UInt32, ICorDebugClass) Method
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.
C++
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
- typeDef
- UInt32
- ppClass
- ICorDebugClass
Returns Int32.
Produkt | Wersje |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |