C# Класс ZeroInstall.Store.Model.ArchitectureExtensions

Contains extension methods for Architecture, OS and Cpu.
Показать файл Открыть проект

Открытые методы

Метод Описание
IsCompatible ( this implementation, Architecture system ) : bool

Determines whether an implementation architecture (the current instance) can run on a system architecture.

IsCompatible ( this implementation, Cpu system ) : bool

Determines whether an implementation CPU is compatible with a system CPU.

IsCompatible ( this implementation, OS system ) : bool

Determines whether an implementation OS is compatible with a system OS.

Описание методов

IsCompatible() публичный статический Метод

Determines whether an implementation architecture (the current instance) can run on a system architecture.
public static IsCompatible ( this implementation, Architecture system ) : bool
implementation this
system Architecture
Результат bool

IsCompatible() публичный статический Метод

Determines whether an implementation CPU is compatible with a system CPU.
public static IsCompatible ( this implementation, Cpu system ) : bool
implementation this
system Cpu
Результат bool

IsCompatible() публичный статический Метод

Determines whether an implementation OS is compatible with a system OS.
public static IsCompatible ( this implementation, OS system ) : bool
implementation this
system OS
Результат bool