Class ApplicationDirectory
Inheritance
System.Object
ApplicationDirectory
Assembly: IronZip.dll
Syntax
public sealed class ApplicationDirectory : EvidenceBase
Constructors
ApplicationDirectory(String)
Declaration
public ApplicationDirectory(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Properties
Directory
Declaration
public string Directory { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Copy()
Declaration
Returns
| Type |
Description |
| System.Object |
|
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
| Type |
Name |
Description |
| System.Object |
o |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|