Class VBE
VBE class.
Inheritance
System.Object
VBE
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public static class VBE
Methods
| Improve this Doc View SourcegetControllerInfo()
Get VBE Modeinfo structure
Declaration
public static VBE.ControllerInfo getControllerInfo()
Returns
Type | Description |
---|---|
VBE.ControllerInfo |
getLfbOffset()
Get the linear frame buffer address from VBE ModeInfo structure
Declaration
public static uint getLfbOffset()
Returns
Type | Description |
---|---|
System.UInt32 | the offset in an uint |
getModeInfo()
Get VBE Modeinfo structure
Declaration
public static VBE.ModeInfo getModeInfo()
Returns
Type | Description |
---|---|
VBE.ModeInfo |
IsAvailable()
Check in Multiboot if framebuffer is available
Declaration
public static bool IsAvailable()
Returns
Type | Description |
---|---|
System.Boolean | True if is available, false if not |