Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the version number of the runtime that was used to build the assembly.
Syntax
HRESULT GetVersionString (
[out] LPWSTR pwzBuf,
[in] DWORD ccBufSize,
[out] DWORD *pccBufSize
);
Parameters
pwzBuf
[out] An array to store the string that specifies the version.
ccBufSize
[in] The size, in wide characters, of the pwzBuf array.
pccBufSize
[out] The number of wide characters, including a null terminator, returned in the pwzBuf array.
Remarks
The GetVersionString method gets the built-for version of the current metadata scope. If the scope has never been saved, it will not have a built-for version, and an empty string will be returned.
Requirements
Platforms: See .NET supported operating systems.
Header: Cor.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0