C# Класс WMI.BcdElement

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

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