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 SourceApplicationId
Gets the application id.
Declaration
public static string ApplicationId { get; }
Property Value
Type | Description |
---|---|
System.String |
ExecutablePath
Gets the executable path of the application.
Declaration
public static string ExecutablePath { get; }
Property Value
Type | Description |
---|---|
System.String |
MachineName
Gets a current machine name.
Declaration
public static string MachineName { get; }
Property Value
Type | Description |
---|---|
System.String |