[Serializable] |
ctor #1 | Initializes a new instance of the ApplicationDirectory class. |
Directory | Read-only Gets the path of the application directory. |
Copy | Creates a new copy of the ApplicationDirectory. |
Equals | Overridden: Determines whether instances of the same type of an evidence object are equivalent. |
GetHashCode | Overridden: Gets the hash code of the current application directory. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString | Overridden: Gets a string representation of the state of the ApplicationDirectory evidence object. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public ApplicationDirectory( |
name
Exception Type | Condition |
---|---|
ArgumentNullException | The name parameter is null. |
public string Directory {get;}
|
public object Copy(); |
o
~ApplicationDirectory(); |
public override int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public override string ToString(); |