IAssemblyName::GetVersion Method

Gets the version information for the assembly referenced by this IAssemblyName object.

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 .NET Framework System Requirements.

Header: Fusion.h

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

IAssemblyName Interface