Share via


ICorDebugFunction::GetClass Method

Gets an ICorDebugClass object that represents the class this function is a member of.

HRESULT GetClass (
    [out] ICorDebugClass **ppClass
);

Parameters

  • ppClass
    [out] A pointer to the address of the ICorDebugClass object that represents the class, or null, if this function is not a member of a class.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Concepts

ICorDebugFunction Interface