Show / Hide Table of Contents

Class SAFEnvironment

A Tool for SAF environment.

Inheritance
object
SAFEnvironment
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string
View Source

ExecutablePath

Gets the executable path of the application.

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

MachineName

Gets a current machine name.

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