OSPatch Class¶
Represents an OS Patch
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.OSPatch
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 OSPatch : INotifyPropertyChanged, IEquatable<OSPatch>
VB¶
Public Class OSPatch
Implements INotifyPropertyChanged, IEquatable(Of OSPatch)
The OSPatch type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | Description | Patch Description |
![]() | Identifier | Gets the identifier. |
![]() | KbArticle | Microsoft Knowledge Base Article |
![]() | Name | The OS Patch name. |
![]() | Path | Gets or sets the path. |
Methods¶
Name | Description | |
---|---|---|
![]() | Equals(Object) | Compares two instances of OSImage class for equality. (Overrides Object.Equals(Object).) |
![]() | Equals(OSPatch) | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events¶
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |