C# 클래스 SharpOS.AOT.X86.Register

This abstract class represents a register for the x86 architecture
파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 메소드들

메소드 설명
GetName ( object value ) : string

Gets the name.

Register ( string name, byte index ) : System

Primary constructor for derived classes to overload when instanciating a reference to an x86 register.

ToString ( ) : string

Returns the name of this register as a String

메소드 상세

GetName() 공개 정적인 메소드

Gets the name.
public static GetName ( object value ) : string
value object The value.
리턴 string

Register() 공개 메소드

Primary constructor for derived classes to overload when instanciating a reference to an x86 register.
public Register ( string name, byte index ) : System
name string The name of the register that is being referred to
index byte An implementation-specific number used to encode this register to stream
리턴 System

ToString() 공개 메소드

Returns the name of this register as a String
public ToString ( ) : string
리턴 string