|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Shared mount. Describes a mounted path, and is serialised to mounts.xml
Field Summary | |
---|---|
ClintHeyer.Httpd.Context | context |
string |
Description
User-supplied description (optional) |
string |
Mount
Mount name (hash of path) |
string |
Path
Absolute path of mount |
bool |
Recursive
Is mount recursive |
Constructor Summary | |
---|---|
ResourceExchanger.SharedMount(string path, string mount, string descr, bool recursive) Constructor |
Property Summary | |
---|---|
ClintHeyer.Httpd.Context | Context |
Methods inherited from class System.ValueType |
---|
Equals, GetHashCode, ToString |
Methods inherited from class System.Object |
---|
Finalize, GetType, MemberwiseClone |
Field Detail |
---|
private ClintHeyer.Httpd.Context context
public string Description
User-supplied description (optional)
public string Mount
Mount name (hash of path)
public string Path
Absolute path of mount
public bool Recursive
Is mount recursive
Constructor Detail |
---|
public ResourceExchanger.SharedMount(string path, string mount, string descr, bool recursive)
Constructor
Parameters:
path
- Absolute path of mountmount
- Mount name (hash of path)descr
- User-supplied description (optional)recursive
- Is mount recursiveProperty Detail |
---|
internal ClintHeyer.Httpd.Context Context
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |