Show / Hide Table of Contents

Class SAFEnvironment

A Tool for SAF environment.

Inheritance
System.Object
SAFEnvironment
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Infrastructure
Assembly: Sartorius.SAF.dll
Syntax
public static class SAFEnvironment

Properties

View Source

ApplicationId

Gets the application id.

Declaration
public static string ApplicationId { get; }
Property Value
Type Description
System.String
View Source

ExecutablePath

Gets the executable path of the application.

Declaration
public static string ExecutablePath { get; }
Property Value
Type Description
System.String
View Source

MachineName

Gets a current machine name.

Declaration
public static string MachineName { get; }
Property Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX