The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ComCompatibleVersionAttribute Constructor (Int32, Int32, Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the ComCompatibleVersionAttribute class with the major version, minor version, build, and revision numbers of the assembly.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- major
-
Type:
System::Int32
The major version number of the assembly.
- minor
-
Type:
System::Int32
The minor version number of the assembly.
- build
-
Type:
System::Int32
The build number of the assembly.
- revision
-
Type:
System::Int32
The revision number of the assembly.
.NET Framework
Available since 1.1
Available since 1.1
Show: