Class Version
- Espaço de nomes
- easyar.ema
Version ema versão.
Version
Comentários
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Version class.
Propriedades
build
build
get build(): number;
major
major
get major(): number;
Métodos
minor
minor
get minor(): number;
Retorna
parse(version)
Analisar a string de versão, lançar exceção em caso de falha.
static parse(version: string): Version;
Parâmetros
version
Retorna
toString()
converter para string
toString(): string;