Struct OsInfo
Inherited Members
Namespace: LaunchDarkly.Sdk.EnvReporting.LayerModels
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
public readonly struct OsInfo
Constructors
OsInfo(string, string, string)
Declaration
public OsInfo(string family, string name, string version)
Parameters
Type | Name | Description |
---|---|---|
string | family | |
string | name | |
string | version |
Properties
Family
Declaration
public string Family { get; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Version
Declaration
public string Version { get; }
Property Value
Type | Description |
---|---|
string |