C# Class WMI.BcdStore

Inheritance: System.ComponentModel.Component
Mostra file Open project: coderforlife/c4l-utils Class Usage Examples

Private Properties

Property Type Description
CheckIfProperClass bool
CheckIfProperClass bool
CommitObject void
CommitObject void
ConstructPath string
CreateInstance BcdStore
Delete void
Initialize void
InitializeObject void

Public Methods

Method 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

Method 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 method

public BcdStore ( ) : System
return System

BcdStore() public method

public BcdStore ( System path ) : System
path System
return System

BcdStore() public method

public BcdStore ( System path, System getOptions ) : System
path System
getOptions System
return System

BcdStore() public method

public BcdStore ( System mgmtScope, System path, System getOptions ) : System
mgmtScope System
path System
getOptions System
return System

BcdStore() public method

public BcdStore ( System mgmtScope, string keyFilePath ) : System
mgmtScope System
keyFilePath string
return System

BcdStore() public method

public BcdStore ( string keyFilePath ) : System
keyFilePath string
return System

CopyObject() public method

public CopyObject ( uint Flags, string SourceId, string SourceStoreFile, System &Object ) : bool
Flags uint
SourceId string
SourceStoreFile string
Object System
return bool

CopyObjects() public method

public CopyObjects ( uint Flags, string SourceStoreFile, uint Type ) : bool
Flags uint
SourceStoreFile string
Type uint
return bool

CreateObject() public method

public CreateObject ( string Id, uint Type, System &Object ) : bool
Id string
Type uint
Object System
return bool

CreateStore() public static method

public static CreateStore ( string File, System &Store ) : bool
File string
Store System
return bool

DeleteObject() public method

public DeleteObject ( string Id ) : bool
Id string
return bool

DeleteSystemStore() public static method

public static DeleteSystemStore ( ) : bool
return bool

EnumerateObjects() public method

public EnumerateObjects ( uint Type, System &Objects ) : bool
Type uint
Objects System
return bool

ExportStore() public static method

public static ExportStore ( string File ) : bool
File string
return bool

GetInstances() public static method

public static GetInstances ( ) : BcdStoreCollection
return BcdStoreCollection

GetInstances() public static method

public static GetInstances ( System selectedProperties ) : BcdStoreCollection
selectedProperties System
return BcdStoreCollection

GetInstances() public static method

public static GetInstances ( System mgmtScope, System enumOptions ) : BcdStoreCollection
mgmtScope System
enumOptions System
return BcdStoreCollection

GetInstances() public static method

public static GetInstances ( System mgmtScope, string condition ) : BcdStoreCollection
mgmtScope System
condition string
return BcdStoreCollection

GetInstances() public static method

public static GetInstances ( System mgmtScope, string condition, System selectedProperties ) : BcdStoreCollection
mgmtScope System
condition string
selectedProperties System
return BcdStoreCollection

GetInstances() public static method

public static GetInstances ( string condition ) : BcdStoreCollection
condition string
return BcdStoreCollection

GetInstances() public static method

public static GetInstances ( string condition, System selectedProperties ) : BcdStoreCollection
condition string
selectedProperties System
return BcdStoreCollection

GetSystemDisk() public static method

public static GetSystemDisk ( string &Disk ) : bool
Disk string
return bool

GetSystemPartition() public static method

public static GetSystemPartition ( string &Partition ) : bool
Partition string
return bool

ImportStore() public static method

public static ImportStore ( string File ) : bool
File string
return bool

ImportStoreWithFlags() public static method

public static ImportStoreWithFlags ( string File, uint Flags ) : bool
File string
Flags uint
return bool

OpenObject() public method

public OpenObject ( string Id, System &Object ) : bool
Id string
Object System
return bool

OpenStore() public static method

public static OpenStore ( string File, System &Store ) : bool
File string
Store System
return bool

SetSystemStoreDevice() public static method

public static SetSystemStoreDevice ( string Partition ) : bool
Partition string
return bool