ICorDebugFunction::GetCurrentVersionNumber Method
Gets the version number of the latest edit made to the function represented by this ICorDebugFunction object.
HRESULT GetCurrentVersionNumber (
[out] ULONG32 *pnCurrentVersion
);
Parameters
- pnCurrentVersion
[out] A pointer to an integer value that is the version number of the latest edit made to this function.
Remarks
The version number of the latest edit made to this function may be greater than the version number of the function itself. Use either the ICorDebugFunction2::GetVersionNumber Method method or the ICorDebugCode::GetVersionNumber Method method to retrieve the version number of the function.
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