C# Class WMI.BcdElement

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

Private Properties

Свойство Type Description
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

Méthodes publiques

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

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
CreateInstance ( ) : BcdElement
Delete ( ) : void
Initialize ( ) : void
InitializeObject ( System mgmtScope, System path, System getOptions ) : void
ResetObjectId ( ) : void
ResetStoreFilePath ( ) : void
ResetType ( ) : void
ShouldSerializeType ( ) : bool

Method Details

BcdElement() public méthode

public BcdElement ( ) : System
Résultat System

BcdElement() public méthode

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

BcdElement() public méthode

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

BcdElement() public méthode

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

GetInstances() public static méthode

public static GetInstances ( ) : BcdElementCollection
Résultat BcdElementCollection

GetInstances() public static méthode

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

GetInstances() public static méthode

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

GetInstances() public static méthode

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

GetInstances() public static méthode

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

GetInstances() public static méthode

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

GetInstances() public static méthode

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