C# Class WMI.BcdStore

Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: coderforlife/c4l-utils Class Usage Examples

Private Properties

Свойство Type Description
CheckIfProperClass bool
CheckIfProperClass bool
CommitObject void
CommitObject void
ConstructPath string
CreateInstance BcdStore
Delete void
Initialize void
InitializeObject void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

BcdStore() public méthode

public BcdStore ( ) : System
Résultat System

BcdStore() public méthode

public BcdStore ( System path ) : System
path System
Résultat System

BcdStore() public méthode

public BcdStore ( System path, System getOptions ) : System
path System
getOptions System
Résultat System

BcdStore() public méthode

public BcdStore ( System mgmtScope, System path, System getOptions ) : System
mgmtScope System
path System
getOptions System
Résultat System

BcdStore() public méthode

public BcdStore ( System mgmtScope, string keyFilePath ) : System
mgmtScope System
keyFilePath string
Résultat System

BcdStore() public méthode

public BcdStore ( string keyFilePath ) : System
keyFilePath string
Résultat System

CopyObject() public méthode

public CopyObject ( uint Flags, string SourceId, string SourceStoreFile, System &Object ) : bool
Flags uint
SourceId string
SourceStoreFile string
Object System
Résultat bool

CopyObjects() public méthode

public CopyObjects ( uint Flags, string SourceStoreFile, uint Type ) : bool
Flags uint
SourceStoreFile string
Type uint
Résultat bool

CreateObject() public méthode

public CreateObject ( string Id, uint Type, System &Object ) : bool
Id string
Type uint
Object System
Résultat bool

CreateStore() public static méthode

public static CreateStore ( string File, System &Store ) : bool
File string
Store System
Résultat bool

DeleteObject() public méthode

public DeleteObject ( string Id ) : bool
Id string
Résultat bool

DeleteSystemStore() public static méthode

public static DeleteSystemStore ( ) : bool
Résultat bool

EnumerateObjects() public méthode

public EnumerateObjects ( uint Type, System &Objects ) : bool
Type uint
Objects System
Résultat bool

ExportStore() public static méthode

public static ExportStore ( string File ) : bool
File string
Résultat bool

GetInstances() public static méthode

public static GetInstances ( ) : BcdStoreCollection
Résultat BcdStoreCollection

GetInstances() public static méthode

public static GetInstances ( System selectedProperties ) : BcdStoreCollection
selectedProperties System
Résultat BcdStoreCollection

GetInstances() public static méthode

public static GetInstances ( System mgmtScope, System enumOptions ) : BcdStoreCollection
mgmtScope System
enumOptions System
Résultat BcdStoreCollection

GetInstances() public static méthode

public static GetInstances ( System mgmtScope, string condition ) : BcdStoreCollection
mgmtScope System
condition string
Résultat BcdStoreCollection

GetInstances() public static méthode

public static GetInstances ( System mgmtScope, string condition, System selectedProperties ) : BcdStoreCollection
mgmtScope System
condition string
selectedProperties System
Résultat BcdStoreCollection

GetInstances() public static méthode

public static GetInstances ( string condition ) : BcdStoreCollection
condition string
Résultat BcdStoreCollection

GetInstances() public static méthode

public static GetInstances ( string condition, System selectedProperties ) : BcdStoreCollection
condition string
selectedProperties System
Résultat BcdStoreCollection

GetSystemDisk() public static méthode

public static GetSystemDisk ( string &Disk ) : bool
Disk string
Résultat bool

GetSystemPartition() public static méthode

public static GetSystemPartition ( string &Partition ) : bool
Partition string
Résultat bool

ImportStore() public static méthode

public static ImportStore ( string File ) : bool
File string
Résultat bool

ImportStoreWithFlags() public static méthode

public static ImportStoreWithFlags ( string File, uint Flags ) : bool
File string
Flags uint
Résultat bool

OpenObject() public méthode

public OpenObject ( string Id, System &Object ) : bool
Id string
Object System
Résultat bool

OpenStore() public static méthode

public static OpenStore ( string File, System &Store ) : bool
File string
Store System
Résultat bool

SetSystemStoreDevice() public static méthode

public static SetSystemStoreDevice ( string Partition ) : bool
Partition string
Résultat bool