|
|
BcdObject, ROOT\WMI
Class
| Methods (17)
| Properties (3)
| Qualifiers (3)
| Instances | Namespaces (1)
Samples: VB Script
| C#
| VB.Net
| Search on:Microsoft
DescriptionThis class represents a BCD object which holds a collection of BCD elements. Each BCD object is is identified by a guid.
BcdObject methodsBcdObject has 17 methods (17 Local)
BcdObject propertiesBcdObject has 3 properties (3 Local) | Name | Origin | CIMType |
key Id | BcdObject | 8 [string] |
key StoreFilePath | BcdObject | 8 [string] |
| Type | BcdObject | 19 [uint32] |
Detailed description of BcdObject methodsLocal methods (17) of BcdObject class| ▲ DeleteElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| DeleteElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ EnumerateElements method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | |
|---|
| implemented | True |
|---|
| EnumerateElements method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ EnumerateElementTypes method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Types | uint32 | 0 | - | ✓ | {'out':True} |
|
|---|
| implemented | True |
|---|
| EnumerateElementTypes method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ GetElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | Element | object:BcdElement | 1 | - | ✓ | {'out':True} |
|
|---|
| implemented | True |
|---|
| GetElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ GetElementWithFlags method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | Flags | uint32 | 1 | ✓ | - | {'BitMap':['0'],'BitValues':['Qualified'],'in':True} | | Element | object:BcdElement | 2 | - | ✓ | {'out':True} |
|
|---|
| implemented | True |
|---|
| GetElementWithFlags method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetBooleanElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | Boolean | boolean | 1 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| SetBooleanElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetDeviceElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | DeviceType | uint32 | 1 | ✓ | - | {'in':True,'ValueMap':['1', '2', '3', '4', '5'],'Values':['BootDevice', 'PartitionDevice', 'FileDevice', 'RamdiskDevice', 'UnknownDevice']} | | AdditionalOptions | string | 2 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| SetDeviceElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetFileDeviceElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | DeviceType | uint32 | 1 | ✓ | - | {'in':True,'ValueMap':['1', '2', '3', '4', '5'],'Values':['BootDevice', 'PartitionDevice', 'FileDevice', 'RamdiskDevice', 'UnknownDevice']} | | AdditionalOptions | string | 2 | ✓ | - | {'in':True} | | Path | string | 3 | ✓ | - | {'in':True} | | ParentDeviceType | uint32 | 4 | ✓ | - | {'in':True} | | ParentAdditionalOptions | string | 5 | ✓ | - | {'in':True} | | ParentPath | string | 6 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| SetFileDeviceElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetIntegerElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | Integer | uint64 | 1 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| SetIntegerElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetIntegerListElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | Integers | uint64 | 1 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| SetIntegerListElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetObjectElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | Id | string | 1 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| SetObjectElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetObjectListElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | Ids | string | 1 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| SetObjectListElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetPartitionDeviceElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | DeviceType | uint32 | 1 | ✓ | - | {'in':True,'ValueMap':['1', '2', '3', '4', '5'],'Values':['BootDevice', 'PartitionDevice', 'FileDevice', 'RamdiskDevice', 'UnknownDevice']} | | AdditionalOptions | string | 2 | ✓ | - | {'in':True} | | Path | string | 3 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| SetPartitionDeviceElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetPartitionDeviceElementWithFlags method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | DeviceType | uint32 | 1 | ✓ | - | {'in':True,'ValueMap':['1', '2', '3', '4', '5'],'Values':['BootDevice', 'PartitionDevice', 'FileDevice', 'RamdiskDevice', 'UnknownDevice']} | | AdditionalOptions | string | 2 | ✓ | - | {'in':True} | | Path | string | 3 | ✓ | - | {'in':True} | | Flags | uint32 | 4 | ✓ | - | {'BitMap':['6'],'BitValues':['DisableVhdDeviceDetection'],'in':True} |
|
|---|
| implemented | True |
|---|
| SetPartitionDeviceElementWithFlags method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetQualifiedPartitionDeviceElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | PartitionStyle | uint32 | 1 | ✓ | - | {'in':True,'ValueMap':['0', '1'],'Values':['MBR', 'GPT']} | | DiskSignature | string | 2 | ✓ | - | {'in':True} | | PartitionIdentifier | string | 3 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| SetQualifiedPartitionDeviceElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetStringElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | String | string | 1 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| SetStringElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
| ▲ SetVhdDeviceElement method |
|---|
| Return | boolean {'out':True} |
|---|
| Parameters | | Name | CIMType | ID | IN | OUT | Qualifiers | |
|---|
| Type | uint32 | 0 | ✓ | - | {'in':True} | | Path | string | 1 | ✓ | - | {'in':True} | | ParentDeviceType | uint32 | 2 | ✓ | - | {'in':True} | | ParentAdditionalOptions | string | 3 | ✓ | - | {'in':True} | | ParentPath | string | 4 | ✓ | - | {'in':True} | | CustomLocate | uint32 | 5 | ✓ | - | {'in':True} |
|
|---|
| implemented | True |
|---|
| SetVhdDeviceElement method is in 1 class (BcdObject) of ROOT\WMI and in 1 namespace |
Detailed description of BcdObject propertiesLocal properties (3) of BcdObject class
| ▲ StoreFilePath property |
|---|
| CIMTYPE | 'string' |
|---|
| Description | 'This is the file path of the store that this object belongs to.' |
|---|
| key | True |
|---|
| read | True |
|---|
| StoreFilePath property is in 10 classes of ROOT\WMI and in 1 namespace |
| ▲ Type property |
|---|
| CIMTYPE | 'uint32' |
|---|
| Description | 'The upper 4 bits (28-31) represent the object type. The meaning of the lower 28 bits (0-27) is dependent on the object type.' |
|---|
| read | True |
|---|
| Type property is in 62 classes of ROOT\WMI and in 142 namespaces |
BcdObject Qualifiers| Name | Value | ToInstance | ToSubclass | Overridable | Amended | Local |
| Description | 'This class represents a BCD object which holds a collection of BCD elements. Each BCD object is is identified by a guid.' | ✗ | ✗ | ✓ | ✗ | ✓ |
| dynamic | True | ✓ | ✗ | ✓ | ✗ | ✓ |
| provider | 'BcdProv' | ✗ | ✗ | ✓ | ✗ | ✓ |
BcdObject System properties| Name | Value | Origin | CIMType | Local | Array |
| __PATH | '\\.\ROOT\WMI:BcdObject' | ___SYSTEM | 8 | ✗ | ✗ |
| __NAMESPACE | 'ROOT\WMI' | ___SYSTEM | 8 | ✗ | ✗ |
| __SERVER | '.' | ___SYSTEM | 8 | ✗ | ✗ |
| __DERIVATION | [] | ___SYSTEM | 8 | ✗ | ✓ |
| __PROPERTY_COUNT | 3 | ___SYSTEM | 3 | ✗ | ✗ |
| __RELPATH | 'BcdObject' | ___SYSTEM | 8 | ✗ | ✗ |
| __DYNASTY | 'BcdObject' | ___SYSTEM | 8 | ✗ | ✗ |
| __SUPERCLASS | null | ___SYSTEM | 8 | ✗ | ✗ |
| __CLASS | 'BcdObject' | ___SYSTEM | 8 | ✗ | ✗ |
| __GENUS | 1 | ___SYSTEM | 3 | ✗ | ✗ |
Similar Classes to BcdObjectNumber of classes:70
comments powered by
|
|