Class EnvironmentSummary
Inheritance
System.Object
EnvironmentSummary
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class EnvironmentSummary : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
BuildDate
Declaration
public string BuildDate { get; }
Property Value
| Type |
Description |
| System.String |
|
BuildDateAndAge
Declaration
public string BuildDateAndAge { get; }
Property Value
| Type |
Description |
| System.String |
|
CommandLine
Declaration
public string CommandLine { get; }
Property Value
| Type |
Description |
| System.String |
|
CoreFeatureCodeInUse
Declaration
public string CoreFeatureCodeInUse { get; }
Property Value
| Type |
Description |
| System.String |
|
CoreFeatureExpiry
Declaration
public string CoreFeatureExpiry { get; }
Property Value
| Type |
Description |
| System.String |
|
CurrentCulture
Declaration
public NumberFormatInfoSummary CurrentCulture { get; }
Property Value
CurrentCultureSystemLocale
Declaration
public string CurrentCultureSystemLocale { get; }
Property Value
| Type |
Description |
| System.String |
|
CurrentNETFrameworkVersion
Declaration
public string CurrentNETFrameworkVersion { get; }
Property Value
| Type |
Description |
| System.String |
|
CurrentUICultureSystemLocale
Declaration
public string CurrentUICultureSystemLocale { get; }
Property Value
| Type |
Description |
| System.String |
|
DateTimeISO8601
Declaration
public string DateTimeISO8601 { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string DateTimeLocalFormat { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string DispatcherInformation { get; }
Property Value
| Type |
Description |
| System.String |
|
Dispatchers
Declaration
public ReadOnlyCollection<DispatcherHelper> Dispatchers { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<DispatcherHelper> |
|
EntryAssembly
Declaration
public string EntryAssembly { get; }
Property Value
| Type |
Description |
| System.String |
|
ExecutableDirectory
Declaration
public string ExecutableDirectory { get; }
Property Value
| Type |
Description |
| System.String |
|
ExecutableDirectoryIsNetworkPath
Declaration
public bool ExecutableDirectoryIsNetworkPath { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
InstalledVideoControllers
Declaration
public string InstalledVideoControllers { get; }
Property Value
| Type |
Description |
| System.String |
|
LicenceKey
Declaration
public string LicenceKey { get; }
Property Value
| Type |
Description |
| System.String |
|
MachineName
Declaration
public string MachineName { get; }
Property Value
| Type |
Description |
| System.String |
|
MASTAVersion
Declaration
public string MASTAVersion { get; }
Property Value
| Type |
Description |
| System.String |
|
OpenGLRenderer
Declaration
public string OpenGLRenderer { get; }
Property Value
| Type |
Description |
| System.String |
|
OpenGLVendor
Declaration
public string OpenGLVendor { get; }
Property Value
| Type |
Description |
| System.String |
|
OpenGLVersion
Declaration
public string OpenGLVersion { get; }
Property Value
| Type |
Description |
| System.String |
|
OperatingSystem
Declaration
public string OperatingSystem { get; }
Property Value
| Type |
Description |
| System.String |
|
Prerequisites
Declaration
public string Prerequisites { get; }
Property Value
| Type |
Description |
| System.String |
|
Processor
Declaration
public string Processor { get; }
Property Value
| Type |
Description |
| System.String |
|
ProcessRenderMode
Declaration
public string ProcessRenderMode { get; }
Property Value
| Type |
Description |
| System.String |
|
RAM
Declaration
public string RAM { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string RemoteDesktopInformation { get; }
Property Value
| Type |
Description |
| System.String |
|
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IReadOnlyList<System.String> |
|
StartDateTimeAndAge
Declaration
public string StartDateTimeAndAge { get; }
Property Value
| Type |
Description |
| System.String |
|
UserName
Declaration
public string UserName { get; }
Property Value
| Type |
Description |
| System.String |
|
VideoControllerInUse
Declaration
public string VideoControllerInUse { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Copy()
Declaration
GetActiveReportWithEncodedImages()
Declaration
public string GetActiveReportWithEncodedImages()
Returns
| Type |
Description |
| System.String |
|
GetDefaultReportWithEncodedImages()
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
| Type |
Description |
| System.String |
|
GetNamedReportWithEncodedImages(String)
Declaration
public string GetNamedReportWithEncodedImages(string reportName)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
Returns
| Type |
Description |
| System.String |
|
OutputActiveReportAsTextTo(String)
Declaration
public void OutputActiveReportAsTextTo(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
OutputActiveReportTo(String)
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
OutputDefaultReportTo(String)
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
OutputNamedReportAsMastaReport(String, String)
Declaration
public void OutputNamedReportAsMastaReport(string reportName, string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
| System.String |
filePath |
|
OutputNamedReportAsTextTo(String, String)
Declaration
public void OutputNamedReportAsTextTo(string reportName, string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
| System.String |
filePath |
|
OutputNamedReportTo(String, String)
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
| System.String |
filePath |
|
Implements
System.IEquatable<T>
Extension Methods