Class DefaultApplicationEnvironment
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()
Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class DefaultApplicationEnvironment : IApplicationEnvironment
Constructors
DefaultApplicationEnvironment()
Declaration
public DefaultApplicationEnvironment()
Methods
GetAbsolutePath(String)
Declaration
public string GetAbsolutePath(string pathParameter)
Parameters
Type | Name | Description |
---|---|---|
System.String | pathParameter |
Returns
Type | Description |
---|---|
System.String |
GetAbsolutePath(String, String)
Declaration
public string GetAbsolutePath(string directoryPath, string pathParameter)
Parameters
Type | Name | Description |
---|---|---|
System.String | directoryPath | |
System.String | pathParameter |
Returns
Type | Description |
---|---|
System.String |
GetLongPathPrefix()
Declaration
public string GetLongPathPrefix()
Returns
Type | Description |
---|---|
System.String |