C# Class SharpOS.Kernel.ADC.X86.Architecture

Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
InitializeProcessor ( ) : void

Method Details

CheckCompatibility() public static méthode

Checks for compatibility with the current system, using the most well-supported method possible.
public static CheckCompatibility ( ) : bool
Résultat bool

GetAuthor() public static méthode

public static GetAuthor ( ) : string
Résultat string

GetLayerName() public static méthode

public static GetLayerName ( ) : string
Résultat string

GetPlatform() public static méthode

Gets the ADC platform identifier.
public static GetPlatform ( ) : string
Résultat string

GetProcessorCount() public static méthode

public static GetProcessorCount ( ) : int
Résultat int

GetProcessors() public static méthode

public static GetProcessors ( ) : IProcessor[]
Résultat IProcessor[]

Setup() public static méthode

public static Setup ( ) : void
Résultat void