XenSolutionPlatform Class¶
Solution platform with OS, additional parameters, applications
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.Xen.Common.XenSolutionPlatform
Citrix.SDK.AppDNA.Solutions.XenAdoption.XenAdoptionSolutionPlatform
Citrix.SDK.AppDNA.Solutions.XenUpgrade.XenUpgradeSolutionPlatform
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public abstract class XenSolutionPlatform : INotifyPropertyChanged,
IEquatable<XenSolutionPlatform>
VB¶
Public MustInherit Class XenSolutionPlatform
Implements INotifyPropertyChanged, IEquatable(Of XenSolutionPlatform)
The XenSolutionPlatform type exposes the following members.
Constructors¶
Name | Description | |
---|---|---|
![]() | XenSolutionPlatform | Initializes a new instance of the XenSolutionPlatform class |
Properties¶
Name | Description | |
---|---|---|
![]() | AlternateImages | Gets the alternate images. |
![]() | AlternateWin10Image | Gets the alternate win8 image. |
![]() | AlternateWin7Image | Gets the alternate win7 image. |
![]() | AlternateWin8Image | Gets the alternate win8 image. |
![]() | Applications | Gets the applications. |
![]() | AppV | Gets a value indicating whether App-V is used. |
![]() | Description | Gets the description. |
![]() | DesktopHostedOperatingSystems | Gets the desktop hosted operating systems. |
![]() | Error | Gets a reason why this instance is invalid. |
![]() | Identifier | Gets the identifier. |
![]() | Image | Gets the image. |
![]() | IsTarget | Gets a value indicating whether this instance is target platform. |
![]() | IsValid | Gets a value indicating whether this instance is valid. |
![]() | Name | Gets the name. |
![]() | UseDesktopHostedModel | Gets a value indicating whether to use desktop hosted model for deployment. |
![]() | X64 | Gets a value indicating whether this XenSolutionPlatform is 64-bit. |
![]() | Xen | Gets a value indicating whether this XenSolutionPlatform uses XenApp or XenDesktop. |
![]() | XenVersion | Gets the xen version for platform. |
Methods¶
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Equals(XenSolutionPlatform) | Indicates whether the current object is equal to another object of the same type. |
![]() | 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. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnPropertyChanged | Called when property changed. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events¶
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |