Свойство | Тип | Описание | |
---|---|---|---|
AddMapping | void | ||
BcdObject | System | ||
BcdObject | System | ||
MakeApplicationType | int | ||
MakeInheritType | int |
Метод | Описание | |
---|---|---|
AddElement ( WellKnownElement id, DiscUtils.BootConfig.ElementValue initialValue ) : DiscUtils.BootConfig.Element |
Adds an element in this object.
|
|
AddElement ( int id, DiscUtils.BootConfig.ElementValue initialValue ) : DiscUtils.BootConfig.Element |
Adds an element in this object.
|
|
GetElement ( WellKnownElement id ) : DiscUtils.BootConfig.Element |
Gets a specific element in this object.
|
|
GetElement ( int id ) : DiscUtils.BootConfig.Element |
Gets a specific element in this object.
|
|
HasElement ( WellKnownElement id ) : bool |
Indicates if this object has a specific element.
|
|
HasElement ( int id ) : bool |
Indicates if this object has a specific element.
|
|
IsInheritableBy ( ObjectType type ) : bool |
Indicates if the settings in this object are inheritable by another object.
|
|
RemoveElement ( WellKnownElement id ) : void |
Removes a specific element.
|
|
RemoveElement ( int id ) : void |
Removes a specific element.
|
|
ToString ( ) : string |
Returns the object identity as a GUID string.
|
Метод | Описание | |
---|---|---|
AddMapping ( string name, string id ) : void | ||
BcdObject ( ) : System | ||
BcdObject ( DiscUtils.BootConfig.BaseStorage store, Guid id ) : System | ||
MakeApplicationType ( ApplicationImageType imageType, ApplicationType appType ) : int | ||
MakeInheritType ( InheritType inheritType ) : int |
public AddElement ( WellKnownElement id, DiscUtils.BootConfig.ElementValue initialValue ) : DiscUtils.BootConfig.Element | ||
id | WellKnownElement | The identity of the element to add. |
initialValue | DiscUtils.BootConfig.ElementValue | The initial value of the element. |
Результат | DiscUtils.BootConfig.Element |
public AddElement ( int id, DiscUtils.BootConfig.ElementValue initialValue ) : DiscUtils.BootConfig.Element | ||
id | int | The identity of the element to add. |
initialValue | DiscUtils.BootConfig.ElementValue | The initial value of the element. |
Результат | DiscUtils.BootConfig.Element |
public GetElement ( WellKnownElement id ) : DiscUtils.BootConfig.Element | ||
id | WellKnownElement | The identity of the element to look for. |
Результат | DiscUtils.BootConfig.Element |
public GetElement ( int id ) : DiscUtils.BootConfig.Element | ||
id | int | The identity of the element to look for. |
Результат | DiscUtils.BootConfig.Element |
public HasElement ( WellKnownElement id ) : bool | ||
id | WellKnownElement | The identity of the element to look for. |
Результат | bool |
public HasElement ( int id ) : bool | ||
id | int | The identity of the element to look for. |
Результат | bool |
public IsInheritableBy ( ObjectType type ) : bool | ||
type | ObjectType | The type of the object to test for inheritability. |
Результат | bool |
public RemoveElement ( WellKnownElement id ) : void | ||
id | WellKnownElement | The element to remove. |
Результат | void |
public RemoveElement ( int id ) : void | ||
id | int | The element to remove. |
Результат | void |