C# Class SharpOS.AOT.X86.TRType

Inheritance: Register
Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

Méthode Description
TRType ( string name, byte index ) : System

Initializes a new instance of the TRType class.

Method Details

TRType() public méthode

Initializes a new instance of the TRType class.
public TRType ( 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
Résultat System