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

Interface IMetricsEnvironment

Namespace:App.Metrics.Infrastructure
Assembly:cs.temp.dll.dll
Syntax
public interface IMetricsEnvironment

Properties

ApplicationName

Declaration
string ApplicationName { get; }
Property Value
Type Description
System.String

ApplicationVersion

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

RuntimeFramework

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

RuntimeFrameworkVersion

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