C# Class SharpOS.AOT.X86.Seg

Show file Open project: sharpos/SharpOS

Public Properties

Property Type Description
CS SegType
DS SegType
ES SegType
FS SegType
GS SegType
SS SegType

Public Methods

Method Description
GetByID ( object value ) : SegType

Gets the by ID.

Method Details

GetByID() public static method

Gets the by ID.
public static GetByID ( object value ) : SegType
value object The value.
return SegType

Property Details

CS public static property

public static SegType,SharpOS.AOT.X86 CS
return SegType

DS public static property

public static SegType,SharpOS.AOT.X86 DS
return SegType

ES public static property

public static SegType,SharpOS.AOT.X86 ES
return SegType

FS public static property

public static SegType,SharpOS.AOT.X86 FS
return SegType

GS public static property

public static SegType,SharpOS.AOT.X86 GS
return SegType

SS public static property

public static SegType,SharpOS.AOT.X86 SS
return SegType