IAssemblyName::GetVersion Method
Gets the version information for the assembly referenced by this IAssemblyName object.
Syntax
HRESULT GetVersion (
[out] LPDWORD pdwVersionHi,
[out] LPDWORD pdwVersionLow
);
Parameters
pdwVersionHi
[out] The high 32 bits of the version.
pdwVersionLow
[out] The low 32 bits of the version.
Requirements
Platforms: See System Requirements.
Header: Fusion.h
.NET Framework Versions: Available since 2.0
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.