C# Class SharpOS.AOT.X86.SegType

Inheritance: Register
ファイルを表示 Open project: sharpos/SharpOS Class Usage Examples

Public Methods

Method Description
SegType ( string name, byte index, byte value ) : System

Initializes a new instance of the SegType class.

Method Details

SegType() public method

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.
return System