PrimaryInteropAssemblyAttribute.MajorVersion-Eigenschaft
Veröffentlicht: Oktober 2016
Ruft die Hauptversionsnummer der Typbibliothek, für die diese Assembly die primäre Interop-Assembly ist.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
public int MajorVersion { get; }
public:
property int MajorVersion {
int get();
}
member MajorVersion : int with get
Public ReadOnly Property MajorVersion As Integer
Eigenschaftswert
Type: System.Int32
Die Hauptversionsnummer der Typbibliothek, für die diese Assembly die primäre Interop-Assembly ist.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
PrimaryInteropAssemblyAttribute-Klasse
System.Runtime.InteropServices-Namespace
Zurück zum Anfang