App Metrics Fork me on GitHub
Show / Hide Table of Contents

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
IMetricsEnvironment.ApplicationName

ApplicationVersion

Declaration
public string ApplicationVersion { get; }
Property Value
Type Description
System.String
Implements
IMetricsEnvironment.ApplicationVersion

RuntimeFramework

Declaration
public string RuntimeFramework { get; }
Property Value
Type Description
System.String
Implements
IMetricsEnvironment.RuntimeFramework

RuntimeFrameworkVersion

Declaration
public string RuntimeFrameworkVersion { get; }
Property Value
Type Description
System.String
Implements
IMetricsEnvironment.RuntimeFrameworkVersion
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX