ApplicationDirectory Class
Provides the application directory as evidence for policy evaluation. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicationDirectory(String^) | Initializes a new instance of the ApplicationDirectory class. |
| Name | Description | |
|---|---|---|
![]() | Directory | Gets the path of the application directory. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new object that is a copy of the current instance.(Overrides EvidenceBase::Clone().) |
![]() | Copy() | Creates a new copy of the ApplicationDirectory. |
![]() | Equals(Object^) | Determines whether instances of the same type of an evidence object are equivalent.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Gets the hash code of the current application directory.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Gets a string representation of the state of the ApplicationDirectory evidence object.(Overrides Object::ToString().) |
The domain host can associate a file directory with an application domain. The evidence for policy evaluation is provided only when the application domain is associated with a file directory.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

