ManagementClassDescription Members
Represents summary information for a single management class in Configuration Manager 2007 that is indicated by a ManagementClassDescription XML element. An example of a management class is SMS_Advertisement Server WMI Class.
The following tables list the members exposed by the ManagementClassDescription type.
Public Constructors
Name | Description | |
---|---|---|
ManagementClassDescription | Initializes a new instance of ManagementClassDescription. |
Top
Public Fields
Name | Description | |
---|---|---|
imagesDescription | Indicates the NodeImagesDescription object that is associated with the management class. | |
properties | Indicates a System.Collections.Generic.List object that represents ManagementClassPropertyDescription objects that are associated with the management class. | |
resourceAssembly | Indicates the AssemblyDescription object for the resource assembly that is associated with the management class. | |
securityDescription | Indicates the SecurityDescription object that is associated with the management class. |
Top
Public Properties
Name | Description | |
---|---|---|
ClassName | Gets or sets the name of the class, for example, SMS_Advertisement Server WMI Class. | |
DerivedClass | Gets or sets a value that indicates whether the management class is a derived class. For example, SMS_R_UserGroup Server WMI Class is derived from SMS_Resource Server WMI Class. | |
IsAbstract | Gets or sets a value that indicates whether the management class is an abstract class. | |
QueryEnabled | Gets or sets a value that indicates whether the management class is query-enabled. | |
SecurityObjectAlias | Gets or sets the security object alias for the management class. | |
SuperclassName | Gets or sets the name of the super class for the management class, for example, SMS_BaseClass for SMS_Advertisement Server WMI Class, as shown in the example at the beginning of this class description. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ShouldSerializeClassName | Determines whether the ClassName property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeimagesDescription | Determines whether the imagesDescription field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeproperties | Determines whether the properties field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeresourceAssembly | Determines whether the resourceAssembly field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializesecurityDescription | Determines whether the securityDescription field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeSecurityObjectAlias | Determines whether the SecurityObjectAlias property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeSuperclassName | Determines whether the SuperclassName property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
ManagementClassDescription Class
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
GetManagementObjectDescriptionFromConnectionManager