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 | |
---|---|---|
Image | Gets the image, which is stored in an array of bytes. |
|
ImageCategory | Gets the category of the image. |
|
MonitoringClassGuid | Gets the globally unique identifier (GUID) for the monitoring class that the image is for. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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