ComCompatibleVersionAttribute(Int32, Int32, Int32, Int32) Constructor

Definition

Initializes a new instance of the ComCompatibleVersionAttribute class with the major version, minor version, build, and revision numbers of the assembly.

public:
 ComCompatibleVersionAttribute(int major, int minor, int build, int revision);
public ComCompatibleVersionAttribute (int major, int minor, int build, int revision);
new System.Runtime.InteropServices.ComCompatibleVersionAttribute : int * int * int * int -> System.Runtime.InteropServices.ComCompatibleVersionAttribute
Public Sub New (major As Integer, minor As Integer, build As Integer, revision As Integer)

Parameters

major
Int32

The major version number of the assembly.

minor
Int32

The minor version number of the assembly.

build
Int32

The build number of the assembly.

revision
Int32

The revision number of the assembly.

Applies to