Skip to main content

Class DefaultApplicationEnvironment

Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class DefaultApplicationEnvironment : IApplicationEnvironment

Inheritance: System.Object -> DefaultApplicationEnvironment

Implements

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

DefaultApplicationEnvironment

public DefaultApplicationEnvironment()

Methods

GetAbsolutePath

public string GetAbsolutePath(string directoryPath, string pathParameter)
Parameters
TypeNameDescription
System.StringdirectoryPath
System.StringpathParameter
Returns

System.String

GetAbsolutePath

public string GetAbsolutePath(string pathParameter)
Parameters
TypeNameDescription
System.StringpathParameter
Returns

System.String

GetLongPathPrefix

public string GetLongPathPrefix()
Returns

System.String

Was this page helpful?