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