C# Класс WMI.BcdStore

Наследование: System.ComponentModel.Component
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CheckIfProperClass bool
CheckIfProperClass bool
CommitObject void
CommitObject void
ConstructPath string
CreateInstance BcdStore
Delete void
Initialize void
InitializeObject void

Открытые методы

Метод Описание
BcdStore ( ) : System
BcdStore ( System path ) : System
BcdStore ( System path, System getOptions ) : System
BcdStore ( System mgmtScope, System path, System getOptions ) : System
BcdStore ( System mgmtScope, string keyFilePath ) : System
BcdStore ( string keyFilePath ) : System
CopyObject ( uint Flags, string SourceId, string SourceStoreFile, System &Object ) : bool
CopyObjects ( uint Flags, string SourceStoreFile, uint Type ) : bool
CreateObject ( string Id, uint Type, System &Object ) : bool
CreateStore ( string File, System &Store ) : bool
DeleteObject ( string Id ) : bool
DeleteSystemStore ( ) : bool
EnumerateObjects ( uint Type, System &Objects ) : bool
ExportStore ( string File ) : bool
GetInstances ( ) : BcdStoreCollection
GetInstances ( System selectedProperties ) : BcdStoreCollection
GetInstances ( System mgmtScope, System enumOptions ) : BcdStoreCollection
GetInstances ( System mgmtScope, string condition ) : BcdStoreCollection
GetInstances ( System mgmtScope, string condition, System selectedProperties ) : BcdStoreCollection
GetInstances ( string condition ) : BcdStoreCollection
GetInstances ( string condition, System selectedProperties ) : BcdStoreCollection
GetSystemDisk ( string &Disk ) : bool
GetSystemPartition ( string &Partition ) : bool
ImportStore ( string File ) : bool
ImportStoreWithFlags ( string File, uint Flags ) : bool
OpenObject ( string Id, System &Object ) : bool
OpenStore ( string File, System &Store ) : bool
SetSystemStoreDevice ( string Partition ) : bool

Приватные методы

Метод Описание
CheckIfProperClass ( System theObj ) : bool
CheckIfProperClass ( System mgmtScope, System path, System OptionsParam ) : bool
CommitObject ( ) : void
CommitObject ( System putOptions ) : void
ConstructPath ( string keyFilePath ) : string
CreateInstance ( ) : BcdStore
Delete ( ) : void
Initialize ( ) : void
InitializeObject ( System mgmtScope, System path, System getOptions ) : void

Описание методов

BcdStore() публичный Метод

public BcdStore ( ) : System
Результат System

BcdStore() публичный Метод

public BcdStore ( System path ) : System
path System
Результат System

BcdStore() публичный Метод

public BcdStore ( System path, System getOptions ) : System
path System
getOptions System
Результат System

BcdStore() публичный Метод

public BcdStore ( System mgmtScope, System path, System getOptions ) : System
mgmtScope System
path System
getOptions System
Результат System

BcdStore() публичный Метод

public BcdStore ( System mgmtScope, string keyFilePath ) : System
mgmtScope System
keyFilePath string
Результат System

BcdStore() публичный Метод

public BcdStore ( string keyFilePath ) : System
keyFilePath string
Результат System

CopyObject() публичный Метод

public CopyObject ( uint Flags, string SourceId, string SourceStoreFile, System &Object ) : bool
Flags uint
SourceId string
SourceStoreFile string
Object System
Результат bool

CopyObjects() публичный Метод

public CopyObjects ( uint Flags, string SourceStoreFile, uint Type ) : bool
Flags uint
SourceStoreFile string
Type uint
Результат bool

CreateObject() публичный Метод

public CreateObject ( string Id, uint Type, System &Object ) : bool
Id string
Type uint
Object System
Результат bool

CreateStore() публичный статический Метод

public static CreateStore ( string File, System &Store ) : bool
File string
Store System
Результат bool

DeleteObject() публичный Метод

public DeleteObject ( string Id ) : bool
Id string
Результат bool

DeleteSystemStore() публичный статический Метод

public static DeleteSystemStore ( ) : bool
Результат bool

EnumerateObjects() публичный Метод

public EnumerateObjects ( uint Type, System &Objects ) : bool
Type uint
Objects System
Результат bool

ExportStore() публичный статический Метод

public static ExportStore ( string File ) : bool
File string
Результат bool

GetInstances() публичный статический Метод

public static GetInstances ( ) : BcdStoreCollection
Результат BcdStoreCollection

GetInstances() публичный статический Метод

public static GetInstances ( System selectedProperties ) : BcdStoreCollection
selectedProperties System
Результат BcdStoreCollection

GetInstances() публичный статический Метод

public static GetInstances ( System mgmtScope, System enumOptions ) : BcdStoreCollection
mgmtScope System
enumOptions System
Результат BcdStoreCollection

GetInstances() публичный статический Метод

public static GetInstances ( System mgmtScope, string condition ) : BcdStoreCollection
mgmtScope System
condition string
Результат BcdStoreCollection

GetInstances() публичный статический Метод

public static GetInstances ( System mgmtScope, string condition, System selectedProperties ) : BcdStoreCollection
mgmtScope System
condition string
selectedProperties System
Результат BcdStoreCollection

GetInstances() публичный статический Метод

public static GetInstances ( string condition ) : BcdStoreCollection
condition string
Результат BcdStoreCollection

GetInstances() публичный статический Метод

public static GetInstances ( string condition, System selectedProperties ) : BcdStoreCollection
condition string
selectedProperties System
Результат BcdStoreCollection

GetSystemDisk() публичный статический Метод

public static GetSystemDisk ( string &Disk ) : bool
Disk string
Результат bool

GetSystemPartition() публичный статический Метод

public static GetSystemPartition ( string &Partition ) : bool
Partition string
Результат bool

ImportStore() публичный статический Метод

public static ImportStore ( string File ) : bool
File string
Результат bool

ImportStoreWithFlags() публичный статический Метод

public static ImportStoreWithFlags ( string File, uint Flags ) : bool
File string
Flags uint
Результат bool

OpenObject() публичный Метод

public OpenObject ( string Id, System &Object ) : bool
Id string
Object System
Результат bool

OpenStore() публичный статический Метод

public static OpenStore ( string File, System &Store ) : bool
File string
Store System
Результат bool

SetSystemStoreDevice() публичный статический Метод

public static SetSystemStoreDevice ( string Partition ) : bool
Partition string
Результат bool