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 latest version of the `GuestInstalledApplication` class in the Migration Center v1 API is 1.4.0, with prior versions available including 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["`GuestInstalledApplication` is a class representing information about an application installed on a guest machine, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and provides properties like `ApplicationName`, `InstallTime`, `Path`, `Vendor`, and `Version` to describe the installed application's details."],["The class is found within the `Google.Cloud.MigrationCenter.V1` namespace and is part of the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["There are two constructors for the `GuestInstalledApplication` class, a default constructor and another that takes in an existing `GuestInstalledApplication` instance as a parameter."]]],[]]