Marshal.GetTypeLibVersionForAssembly Method
Assembly: mscorlib (in mscorlib.dll)
public static void GetTypeLibVersionForAssembly ( Assembly inputAssembly, out int majorVersion, out int minorVersion )
public static void GetTypeLibVersionForAssembly ( Assembly inputAssembly, /** @attribute OutAttribute() */ /** @ref */ int majorVersion, /** @attribute OutAttribute() */ /** @ref */ int minorVersion )
Parameters
- inputAssembly
A managed Assembly object.
- majorVersion
The major version number.
- minorVersion
The minor version number.
Before exporting an assembly using TypeLibExporterFlags with the CallerResolvedReferences value, you can use this method to retrieve the type library version from the assembly.
If you do not apply the TypeLibVersionAttribute attribute to an exported assembly to explicitly control the version number of the generated type library, the type library will have the same version number as the assembly.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.