C# 클래스 SharpOS.Kernel.ADC.X86.Architecture

파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
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