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