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 |
|