Struct FileMapping
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: MonoTorrent
Assembly: MonoTorrent.dll
Syntax
public struct FileMapping
Constructors
FileMapping(String, String)
Declaration
public FileMapping(string source, string destination)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | source | |
| System.String | destination |
Properties
Destination
This is the relative path to the file within the Torrent
Declaration
public string Destination { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Source
This is the full path to the file on disk
Declaration
public string Source { get; }
Property Value
| Type | Description |
|---|---|
| System.String |