Method | Description | |
---|---|---|
AsFile ( ) : IFile | ||
AsFolder ( ) : IFolder | ||
Close ( ) : void | ||
GetBytes ( ulong offset, ulong length ) : byte[] | ||
GetChildren ( ) : IEnumerable |
||
GetChildren ( string name ) : IEnumerable |
||
GetChildrenAtPath ( string path ) : IEnumerable |
||
GetFileSystemNode ( ) : IFileSystemNode | ||
Open ( ) : void | ||
ReloadChildren ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Matches ( string expression, string s ) : bool |
public abstract GetBytes ( ulong offset, ulong length ) : byte[] | ||
offset | ulong | |
length | ulong | |
return | byte[] |
public abstract GetChildren ( ) : IEnumerable |
||
return | IEnumerable |
public GetChildren ( string name ) : IEnumerable |
||
name | string | |
return | IEnumerable |
public GetChildrenAtPath ( string path ) : IEnumerable |
||
path | string | |
return | IEnumerable |
public GetFileSystemNode ( ) : IFileSystemNode | ||
return | IFileSystemNode |