Class SdkMetadata
Inherited Members
Namespace: LaunchDarkly.Sdk.Integrations.Plugins
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
public sealed class SdkMetadata
Constructors
SdkMetadata(string, string, string, string)
Declaration
public SdkMetadata(string name, string version, string wrapperName = null, string wrapperVersion = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | version | |
| string | wrapperName | |
| string | wrapperVersion |
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Declaration
public string Version { get; }
Property Value
| Type | Description |
|---|---|
| string |
WrapperName
Declaration
public string WrapperName { get; }
Property Value
| Type | Description |
|---|---|
| string |
WrapperVersion
Declaration
public string WrapperVersion { get; }
Property Value
| Type | Description |
|---|---|
| string |