Skip to main content

Interface IApplicationEnvironment

Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IApplicationEnvironment

Methods

GetAbsolutePath

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

System.String

GetAbsolutePath

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

System.String

GetLongPathPrefix

string GetLongPathPrefix()
Returns

System.String

Was this page helpful?