C# Класс SharpOS.Kernel.ADC.X86.Architecture

Показать файл Открыть проект

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

Метод Описание
CheckCompatibility ( ) : bool

Checks for compatibility with the current system, using the most well-supported method possible.

GetAuthor ( ) : string
GetLayerName ( ) : string
GetPlatform ( ) : string

Gets the ADC platform identifier.

GetProcessorCount ( ) : int
GetProcessors ( ) : IProcessor[]
Setup ( ) : void

Приватные методы

Метод Описание
InitializeProcessor ( ) : void

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

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

Checks for compatibility with the current system, using the most well-supported method possible.
public static CheckCompatibility ( ) : bool
Результат bool

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

public static GetAuthor ( ) : string
Результат string

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

public static GetLayerName ( ) : string
Результат string

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

Gets the ADC platform identifier.
public static GetPlatform ( ) : string
Результат string

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

public static GetProcessorCount ( ) : int
Результат int

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

public static GetProcessors ( ) : IProcessor[]
Результат IProcessor[]

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

public static Setup ( ) : void
Результат void