Skip to content

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

 

NameDescription
Public propertyAlternateImages Gets the alternate images. (Inherited from XenSolutionPlatform.)
Public propertyAlternateWin10Image Gets the alternate win10 image. (Overrides XenSolutionPlatform.AlternateWin10Image.)
Public propertyAlternateWin7Image Gets the alternate win7 image. (Overrides XenSolutionPlatform.AlternateWin7Image.)
Public propertyAlternateWin8Image Gets the alternate win8 image. (Overrides XenSolutionPlatform.AlternateWin8Image.)
Public propertyApplications Gets the applications. (Overrides XenSolutionPlatform.Applications.)
Public propertyAppV Gets a value indicating whether App-V is used. (Overrides XenSolutionPlatform.AppV.)
Public propertyDescription Gets the description. (Overrides XenSolutionPlatform.Description.)
Public propertyDesktopHostedOperatingSystems Gets the used desktop hosted operating systems. (Overrides XenSolutionPlatform.DesktopHostedOperatingSystems.)
Public propertyError Gets a reason why platform is invalid. (Overrides XenSolutionPlatform.Error.)
Public propertyIdentifier Gets the identifier. (Overrides XenSolutionPlatform.Identifier.)
Public propertyImage Gets the image. (Overrides XenSolutionPlatform.Image.)
Public propertyIsTarget Gets a value indicating whether this instance is target platform. (Overrides XenSolutionPlatform.IsTarget.)
Public propertyIsValid Gets a value indicating whether this instance is valid. (Overrides XenSolutionPlatform.IsValid.)
Public propertyName Gets the name. (Overrides XenSolutionPlatform.Name.)
Public propertyUseDesktopHostedModel Gets a value indicating whether to use desktop hosted model for deployment. (Overrides XenSolutionPlatform.UseDesktopHostedModel.)
Public propertyX64 Gets a value indicating whether this XenSolutionPlatform is 64-bit. (Overrides XenSolutionPlatform.X64.)
Public propertyXen Gets a value indicating whether this XenSolutionPlatform uses XenApp or XenDesktop. (Overrides XenSolutionPlatform.Xen.)
Public propertyXenVersion Gets the xen version for platform. (Overrides XenSolutionPlatform.XenVersion.)
  Back to Top

Methods

 

NameDescription
Public methodCreatePlatform Creates the platform.
Public methodEquals(Object) Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).)
Public methodEquals(XenSolutionPlatform) Indicates whether the current object is equal to another object of the same type. (Overrides XenSolutionPlatform.Equals(XenSolutionPlatform).)
Public methodEquals(XenUpgradeSolutionPlatform) Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic memberGetDefaultTargetPlatform Gets the default target platform.
Public methodGetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnPropertyChanged Called when property changed. (Inherited from XenSolutionPlatform.)
Public methodToString Returns a String that represents this instance. (Overrides Object.ToString().)
  Back to Top

Events

 

NameDescription
Public eventDeleted Raised when the solution is deleted.
Public eventPropertyChanged Occurs when a property value changes. (Inherited from XenSolutionPlatform.)
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA.Solutions.XenUpgrade Namespace

Was this article helpful?