Class PlatformSoftware
Platform software information about an operating system.
Implements
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 |