C# 클래스 Yeppp.CpuSystemFeature

Non-ISA processor or system features.
파일 보기 프로젝트 열기: wdv4758h/Yeppp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AddressSpace64Bit CpuSystemFeature
CycleCounter CpuSystemFeature
CycleCounter64Bit CpuSystemFeature
GPRegisters64Bit CpuSystemFeature
MisalignedAccess CpuSystemFeature
SingleThreaded CpuSystemFeature

Private Properties

프로퍼티 타입 설명
CpuSystemFeature
CpuSystemFeature
IsDefined bool

공개 메소드들

메소드 설명
Equals ( CpuSystemFeature other ) : bool

Compares for equality with another CpuSystemFeature object.

Comparison is performed by value.

Equals ( System other ) : bool

Compares for equality with another object.

Comparison is performed by value.

GetHashCode ( ) : int

Provides a hash for the object.

Non-equal CpuSystemFeature objects are guaranteed to have different hashes.

ToString ( ) : string

Provides a string ID for the object.

The string ID starts with a Latin letter and contains only Latin letters, digits, and underscore symbol.

비공개 메소드들

메소드 설명
CpuSystemFeature ( uint id )
CpuSystemFeature ( uint id, uint architectureId )
IsDefined ( uint id, uint architectureId ) : bool

메소드 상세

Equals() 공개 메소드

Compares for equality with another CpuSystemFeature object.
Comparison is performed by value.
public Equals ( CpuSystemFeature other ) : bool
other CpuSystemFeature
리턴 bool

Equals() 공개 메소드

Compares for equality with another object.
Comparison is performed by value.
public Equals ( System other ) : bool
other System
리턴 bool

GetHashCode() 공개 메소드

Provides a hash for the object.
Non-equal CpuSystemFeature objects are guaranteed to have different hashes.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Provides a string ID for the object.
The string ID starts with a Latin letter and contains only Latin letters, digits, and underscore symbol.
public ToString ( ) : string
리턴 string

프로퍼티 상세

AddressSpace64Bit 공개적으로 정적으로 프로퍼티

The processor and the operating system allows to use 64-bit pointers.
public static CpuSystemFeature,Yeppp AddressSpace64Bit
리턴 CpuSystemFeature

CycleCounter 공개적으로 정적으로 프로퍼티

The processor has a built-in cycle counter, and the operating system provides a way to access it.
public static CpuSystemFeature,Yeppp CycleCounter
리턴 CpuSystemFeature

CycleCounter64Bit 공개적으로 정적으로 프로퍼티

The processor has a 64-bit cycle counter, or the operating system provides an abstraction of a 64-bit cycle counter.
public static CpuSystemFeature,Yeppp CycleCounter64Bit
리턴 CpuSystemFeature

GPRegisters64Bit 공개적으로 정적으로 프로퍼티

The processor and the operating system allows to do 64-bit arithmetical operations on general-purpose registers.
public static CpuSystemFeature,Yeppp GPRegisters64Bit
리턴 CpuSystemFeature

MisalignedAccess 공개적으로 정적으로 프로퍼티

The processor and the operating system allows misaligned memory reads and writes.
public static CpuSystemFeature,Yeppp MisalignedAccess
리턴 CpuSystemFeature

SingleThreaded 공개적으로 정적으로 프로퍼티

The processor or the operating system support at most one hardware thread.
public static CpuSystemFeature,Yeppp SingleThreaded
리턴 CpuSystemFeature