Marshal.GetTypeLibVersionForAssembly Method
Retrieves the version number of a type library that will be exported from the specified assembly.
Assembly: mscorlib (in mscorlib.dll)
public static void GetTypeLibVersionForAssembly( Assembly inputAssembly, out int majorVersion, out int minorVersion )
Parameters
- inputAssembly
- Type: System.Reflection.Assembly
A managed assembly.
- majorVersion
- Type: System.Int32%
The major version number.
- minorVersion
- Type: System.Int32%
The minor version number.
| Exception | Condition |
|---|---|
| ArgumentNullException |
inputAssembly is null. |
Before exporting an assembly by 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.
-
SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.