C# 클래스 WMI.BcdStore

상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: coderforlife/c4l-utils 1 사용 예제들

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