Marshal::GetTypeLibVersionForAssembly Method (Assembly^, Int32%, Int32%)
Retrieves the version number of a type library that will be exported from the specified assembly.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] static void GetTypeLibVersionForAssembly( Assembly^ inputAssembly, [OutAttribute] int% majorVersion, [OutAttribute] 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.
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 2.0