C# Class WMI.BcdElement

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

Private Properties

Property 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

Public Methods

Method 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

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

public BcdElement ( ) : System
return System

BcdElement() public method

public BcdElement ( System path ) : System
path System
return System

BcdElement() public method

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

BcdElement() public method

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

GetInstances() public static method

public static GetInstances ( ) : BcdElementCollection
return BcdElementCollection

GetInstances() public static method

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

GetInstances() public static method

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

GetInstances() public static method

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

GetInstances() public static method

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

GetInstances() public static method

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

GetInstances() public static method

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