Class MetricsAppEnvironment
Inheritance
System.Object
MetricsAppEnvironment
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Infrastructure
Assembly:cs.temp.dll.dll
Syntax
public sealed class MetricsAppEnvironment : IMetricsEnvironment
Constructors
MetricsAppEnvironment(ApplicationEnvironment)
Declaration
public MetricsAppEnvironment(ApplicationEnvironment applicationEnvironment)
Parameters
Type | Name | Description |
---|---|---|
ApplicationEnvironment | applicationEnvironment |
Properties
ApplicationName
Declaration
public string ApplicationName { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
ApplicationVersion
Declaration
public string ApplicationVersion { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
RuntimeFramework
Declaration
public string RuntimeFramework { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
RuntimeFrameworkVersion
Declaration
public string RuntimeFrameworkVersion { get; }
Property Value
Type | Description |
---|---|
System.String |