Method | Description | |
---|---|---|
Create ( string name, VfsNodeType type, object settings ) : IVfsNode |
|
|
Delete ( IVfsNode child, |
|
|
Open ( System access, System sharing ) : object |
|
|
SymbolicLinkNode ( IFileSystem fs, string target ) |
|
public Create ( string name, VfsNodeType type, object settings ) : IVfsNode | ||
name | string | |
type | VfsNodeType | |
settings | object | |
return | IVfsNode |
public Delete ( IVfsNode child, |
||
child | IVfsNode | |
dentry | ||
return | void |
public Open ( System access, System sharing ) : object | ||
access | System | |
sharing | System | |
return | object |
public SymbolicLinkNode ( IFileSystem fs, string target ) | ||
fs | IFileSystem | |
target | string |