public sealed class GuestInstalledApplication : IMessage<GuestInstalledApplication>, IEquatable<GuestInstalledApplication>, IDeepCloneable<GuestInstalledApplication>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GuestInstalledApplication.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GuestInstalledApplication` class in the Migration Center v1 API provides information about applications installed on a guest system."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which supports various functionalities within the .NET environment."],["It offers properties such as `ApplicationName`, `InstallTime`, `Path`, `Vendor`, and `Version` to describe various attributes of an installed application."],["The `GuestInstalledApplication` class includes constructors for creating new instances and copying existing instances."],["The `GuestInstalledApplication` class has been released in multiple versions, including the latest being 1.4.0 and has also been released in 1.3.0, 1.2.0, 1.1.0, and 1.0.0."]]],[]]