Interface IApplicationEnvironment
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IApplicationEnvironment
Methods
GetAbsolutePath(String)
Declaration
string GetAbsolutePath(string pathParameter)
Parameters
| Type |
Name |
Description |
| System.String |
pathParameter |
|
Returns
| Type |
Description |
| System.String |
|
GetAbsolutePath(String, String)
Declaration
string GetAbsolutePath(string directoryPath, string pathParameter)
Parameters
| Type |
Name |
Description |
| System.String |
directoryPath |
|
| System.String |
pathParameter |
|
Returns
| Type |
Description |
| System.String |
|
GetLongPathPrefix()
Declaration
string GetLongPathPrefix()
Returns
| Type |
Description |
| System.String |
|