C# Class SharpOS.AOT.X86.CR

Mostra file Open project: sharpos/SharpOS

Public Properties

Property Type Description
CR0 CRType
CR2 CRType
CR3 CRType
CR4 CRType

Public Methods

Method Description
GetByID ( object value ) : CRType

Gets the by ID.

Method Details

GetByID() public static method

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

Property Details

CR0 public_oe static_oe property

public static CRType,SharpOS.AOT.X86 CR0
return CRType

CR2 public_oe static_oe property

public static CRType,SharpOS.AOT.X86 CR2
return CRType

CR3 public_oe static_oe property

public static CRType,SharpOS.AOT.X86 CR3
return CRType

CR4 public_oe static_oe property

public static CRType,SharpOS.AOT.X86 CR4
return CRType