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: