C# Class SharpOS.AOT.X86.SegType

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

Méthodes publiques

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

Initializes a new instance of the SegType class.

Method Details

SegType() public méthode

Initializes a new instance of the SegType class.
public SegType ( string name, byte index, byte value ) : System
name string The name.
index byte The index.
value byte The value.
Résultat System