ZipPackageFile class
Namespace: Velopack.NuGet
public class ZipPackageFile : IEquatable<ZipPackageFile>
Implements: IEquatable<ZipPackageFile>
Constructors
| Constructor | Summary |
|---|---|
ZipPackageFile |
ZipPackageFile(relpath)
public ZipPackageFile(Uri relpath)
Parameters
| Name | Type | Description |
|---|---|---|
relpath | Uri |
Properties
| Property | Summary |
|---|---|
Key | |
EffectivePath | |
TargetFramework | |
Path |
Key
public Uri Key { get; }
EffectivePath
public string EffectivePath { get; }
TargetFramework
public string TargetFramework { get; }
Path
public string Path { get; }
Methods
| Method | Summary |
|---|---|
IsLibFile | |
IsContentFile | |
IsFileInTopDirectory | |
ToString | |
GetHashCode | |
Equals | |
Equals |
IsLibFile()
public bool IsLibFile()
Returns bool
IsContentFile()
public bool IsContentFile()
Returns bool
IsFileInTopDirectory(directory)
public bool IsFileInTopDirectory(string directory)
Parameters
| Name | Type | Description |
|---|---|---|
directory | string |
Returns bool
ToString()
public override string ToString()
Returns string
GetHashCode()
public override int GetHashCode()
Returns int
Equals(obj)
public override bool Equals(object? obj)
Parameters
| Name | Type | Description |
|---|---|---|
obj | object |
Returns bool
Equals(other)
public bool Equals(ZipPackageFile? other)
Parameters
| Name | Type | Description |
|---|---|---|
other | ZipPackageFile |
Returns bool
Generated from Velopack 1.1.1