C# Класс SharpOS.AOT.X86.Register

This abstract class represents a register for the x86 architecture
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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