EnterpriseManagementObject.GetClasses Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the classes this monitoring object is an instance of.
Overloads
GetClasses() |
Retrieves the classes this monitoring object is an instance of. |
GetClasses(BaseClassTraversalDepth) |
Retrieves the classes this monitoring object is an instance of. |
GetClasses()
Retrieves the classes this monitoring object is an instance of.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^> ^ GetClasses();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass> GetClasses ();
member this.GetClasses : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass>
Public Function GetClasses () As IList(Of ManagementPackClass)
Returns
Returns IList<T>.
The classes.
Applies to
GetClasses(BaseClassTraversalDepth)
Retrieves the classes this monitoring object is an instance of.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^> ^ GetClasses(Microsoft::EnterpriseManagement::Configuration::BaseClassTraversalDepth includeBaseClassesOfConcrete);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass> GetClasses (Microsoft.EnterpriseManagement.Configuration.BaseClassTraversalDepth includeBaseClassesOfConcrete);
member this.GetClasses : Microsoft.EnterpriseManagement.Configuration.BaseClassTraversalDepth -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass>
Public Function GetClasses (includeBaseClassesOfConcrete As BaseClassTraversalDepth) As IList(Of ManagementPackClass)
Parameters
- includeBaseClassesOfConcrete
- BaseClassTraversalDepth
Specifies whether to return only the concrete classes or to also include the base class.
Returns
Returns IList<T>.
The classes.