CimOperationFlags Enumeration
Specifies the flags of a CIM operation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
[FlagsAttribute]
public enum CimOperationFlags
[FlagsAttribute]
public enum class CimOperationFlags
[<FlagsAttribute>]
type CimOperationFlags
<FlagsAttribute>
Public Enumeration CimOperationFlags
Members
Member name | Description | |
---|---|---|
BasicTypeInformation | Contains basic runtime type information. Types of properties should be correct, but they are flat structures with no qualifiers. |
|
ExpensiveProperties | Contains expensive properties. |
|
FullTypeInformation | Contains full runtime type information. This represents an accurate class description. |
|
LocalizedQualifiers | Localized qualifiers. |
|
None | Contains no flags. |
|
NoTypeInformation | Contains no runtime type information (RTTI). Types are all strings, and they are flat structures with no qualifiers. |
|
PolymorphismDeepBasePropsOnly | Contains detailed polymorphism for base properties only. |
|
PolymorphismShallow | Contains simple polymorphism. |
|
ReportOperationStarted | Requires a report to be issued whenever an operation has started. |
|
StandardTypeInformation | Contains standard runtime type information. This attempts to create a hierarchy, but overloaded properties may not show the original types in the parent class. |
See Also
Microsoft.Management.Infrastructure.Options Namespace
Return to top