Share via


ImageInfo Class

 

Applies To: Operations Manager for System Center 2012

Contains image information for a monitoring class.

Namespace:   Microsoft.EnterpriseManagement.Warehouse
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Warehouse.ImageInfo

Syntax

[SerializableAttribute]
public class ImageInfo
[SerializableAttribute]
public ref class ImageInfo 
[<SerializableAttribute>]
type ImageInfo = class end
<SerializableAttribute>
Public Class ImageInfo

Properties

Name Description
System_CAPS_pubproperty Image

Gets the image, which is stored in an array of bytes.

System_CAPS_pubproperty ImageCategory

Gets the category of the image.

System_CAPS_pubproperty MonitoringClassGuid

Gets the globally unique identifier (GUID) for the monitoring class that the image is for.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top