C# Class MONI.Util.EnvironmentInfos

Exibir arquivo Open project: dotob/moni

Public Methods

Method Description
CollectHighestFrameWorkVersion ( ) : string
CollectRenderCapabilityTier ( ) : string
CollectSystemBitInfo ( ) : string
PrettyPrintInfos ( System.DateTime timeUtc ) : StringBuilder
ToString ( ) : string

Private Methods

Method Description
CollectAssemblyCompany ( ) : string
CollectAssemblyCopyright ( ) : string
CollectAssemblyDescription ( ) : string
CollectAssemblyProduct ( ) : string
CollectAssemblyTitle ( ) : string
CollectAssemblyVersion ( ) : string
CollectVersion ( ) : string
EnvironmentInfos ( ) : System

Method Details

CollectHighestFrameWorkVersion() public method

public CollectHighestFrameWorkVersion ( ) : string
return string

CollectRenderCapabilityTier() public method

public CollectRenderCapabilityTier ( ) : string
return string

CollectSystemBitInfo() public method

public CollectSystemBitInfo ( ) : string
return string

PrettyPrintInfos() public method

public PrettyPrintInfos ( System.DateTime timeUtc ) : StringBuilder
timeUtc System.DateTime
return StringBuilder

ToString() public method

public ToString ( ) : string
return string