Show / Hide Table of Contents

Class PlatformSoftware

Platform software information about an operating system.

Inheritance
object
PlatformSoftware
Implements
IMessage<PlatformSoftware>
IEquatable<PlatformSoftware>
IDeepCloneable<PlatformSoftware>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class PlatformSoftware : IMessage<PlatformSoftware>, IEquatable<PlatformSoftware>, IDeepCloneable<PlatformSoftware>, IBufferMessage, IMessage

Constructors

PlatformSoftware()

Declaration
public PlatformSoftware()

PlatformSoftware(PlatformSoftware)

Declaration
public PlatformSoftware(PlatformSoftware other)
Parameters
Type Name Description
PlatformSoftware other

Properties

Platform

The platform operating system.

Declaration
public Noun.Types.Platform Platform { get; set; }
Property Value
Type Description
Noun.Types.Platform

PlatformPatchLevel

The platform software patch level ( e.g. "Build 17134.48", "SP1").

Declaration
public string PlatformPatchLevel { get; set; }
Property Value
Type Description
string

PlatformVersion

The platform software version ( e.g. "Microsoft Windows 1803").

Declaration
public string PlatformVersion { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX