Propriedade ComCompatibleVersionAttribute.RevisionNumber
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Obtém o número de revisão do assembly.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public int RevisionNumber { get; }
public:
property int RevisionNumber {
int get();
}
member RevisionNumber : int with get
Public ReadOnly Property RevisionNumber As Integer
Valor da Propriedade
Type: System.Int32
O número de revisão do assembly.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Classe ComCompatibleVersionAttribute
Namespace System.Runtime.InteropServices
Retornar ao início