C# 클래스 WMI.BcdElement

상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: coderforlife/c4l-utils

Private Properties

프로퍼티 타입 설명
CheckIfProperClass bool
CheckIfProperClass bool
CommitObject void
CommitObject void
ConstructPath string
CreateInstance BcdElement
Delete void
Initialize void
InitializeObject void
ResetObjectId void
ResetStoreFilePath void
ResetType void
ShouldSerializeType bool

공개 메소드들

메소드 설명
BcdElement ( ) : System
BcdElement ( System path ) : System
BcdElement ( System path, System getOptions ) : System
BcdElement ( System mgmtScope, System path, System getOptions ) : System
GetInstances ( ) : BcdElementCollection
GetInstances ( System selectedProperties ) : BcdElementCollection
GetInstances ( System mgmtScope, System enumOptions ) : BcdElementCollection
GetInstances ( System mgmtScope, string condition ) : BcdElementCollection
GetInstances ( System mgmtScope, string condition, System selectedProperties ) : BcdElementCollection
GetInstances ( string condition ) : BcdElementCollection
GetInstances ( string condition, System selectedProperties ) : BcdElementCollection

비공개 메소드들

메소드 설명
CheckIfProperClass ( System theObj ) : bool
CheckIfProperClass ( System mgmtScope, System path, System OptionsParam ) : bool
CommitObject ( ) : void
CommitObject ( System putOptions ) : void
ConstructPath ( ) : string
CreateInstance ( ) : BcdElement
Delete ( ) : void
Initialize ( ) : void
InitializeObject ( System mgmtScope, System path, System getOptions ) : void
ResetObjectId ( ) : void
ResetStoreFilePath ( ) : void
ResetType ( ) : void
ShouldSerializeType ( ) : bool

메소드 상세

BcdElement() 공개 메소드

public BcdElement ( ) : System
리턴 System

BcdElement() 공개 메소드

public BcdElement ( System path ) : System
path System
리턴 System

BcdElement() 공개 메소드

public BcdElement ( System path, System getOptions ) : System
path System
getOptions System
리턴 System

BcdElement() 공개 메소드

public BcdElement ( System mgmtScope, System path, System getOptions ) : System
mgmtScope System
path System
getOptions System
리턴 System

GetInstances() 공개 정적인 메소드

public static GetInstances ( ) : BcdElementCollection
리턴 BcdElementCollection

GetInstances() 공개 정적인 메소드

public static GetInstances ( System selectedProperties ) : BcdElementCollection
selectedProperties System
리턴 BcdElementCollection

GetInstances() 공개 정적인 메소드

public static GetInstances ( System mgmtScope, System enumOptions ) : BcdElementCollection
mgmtScope System
enumOptions System
리턴 BcdElementCollection

GetInstances() 공개 정적인 메소드

public static GetInstances ( System mgmtScope, string condition ) : BcdElementCollection
mgmtScope System
condition string
리턴 BcdElementCollection

GetInstances() 공개 정적인 메소드

public static GetInstances ( System mgmtScope, string condition, System selectedProperties ) : BcdElementCollection
mgmtScope System
condition string
selectedProperties System
리턴 BcdElementCollection

GetInstances() 공개 정적인 메소드

public static GetInstances ( string condition ) : BcdElementCollection
condition string
리턴 BcdElementCollection

GetInstances() 공개 정적인 메소드

public static GetInstances ( string condition, System selectedProperties ) : BcdElementCollection
condition string
selectedProperties System
리턴 BcdElementCollection