Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Gets the version number of the latest edit made to the function represented by this ICorDebugFunction object.
Syntax
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 or the ICorDebugCode::GetVersionNumber method to retrieve the version number of the function.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0