Class BootEntry
Inheritance
System.Object
BootEntry
Namespace: IL2CPU.API.Attribs
Assembly: IL2CPU.API.dll
Syntax
public sealed class BootEntry : Attribute
Constructors
| Improve this Doc View SourceBootEntry(Int32)
Declaration
public BootEntry(int aEntryIndex = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | aEntryIndex |
Properties
| Improve this Doc View SourceEntryIndex
Declaration
public int? EntryIndex { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |