OSImage Class¶
Represents an OS Image
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.OSImage
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public class OSImage : INotifyPropertyChanged, IEquatable<OSImage>
VB¶
Public Class OSImage
Implements INotifyPropertyChanged, IEquatable(Of OSImage)
The OSImage type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | Description | The OS Image description |
![]() | Identifier | The OS Image unique string identifier. |
![]() | Is64Bit | Gets a value indicating whether the OS image [is64 bit]. |
![]() | IsSystem | Indicates whether the image is provided by AppDNA. |
![]() | Name | The OS Image name. |
![]() | OSBuildNumber | The OS build number. |
![]() | OSCSDVersion | The CSD version of the OS. |
![]() | OSMajorVersion | The major version of the OS. |
![]() | OSMinorVersion | The minor version of the OS. |
![]() | OSProductName | The product name of the OS. |
Methods¶
Name | Description | |
---|---|---|
![]() | Delete | Deletes this image. |
![]() | Equals(Object) | Compares two instances of OSImage class for equality. (Overrides Object.Equals(Object).) |
![]() | Equals(OSImage) | Compares two instances of OSImage class for equality. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetProductDetails | Updates the product details of this image |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events¶
Name | Description | |
---|---|---|
![]() | Deleted | An event raised when the OSImage is deleted. |
![]() | PropertyChanged | Occurs when a property value changes. |