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."],[[["This document provides reference documentation for the `GuestInstalledApplication` class within the Google Cloud Migration Center v1 API, specifically version 1.1.0, which is one of the listed versions."],["`GuestInstalledApplication` class represents information about an application installed on a guest system and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes properties such as `ApplicationName`, `InstallTime`, `Path`, `Vendor`, and `Version` to describe the installed application, such as its name, install time, vendor, and version."],["The class has two constructors, a default one, and one that takes another `GuestInstalledApplication` as a parameter."],["The class members included are `GetHashCode()`, `GetType()` and `ToString()`, which are all inherited from `object`."]]],[]]