Метод | Описание | |
---|---|---|
Contains ( string filename ) : bool | ||
Delete ( string filename ) : void | ||
Dispose ( ) : void | ||
Folder ( string path ) : System.Collections.Generic | ||
GetStream ( string filename ) : |
||
Update ( string filename, byte contents ) : void |
public Contains ( string filename ) : bool | ||
filename | string | |
Результат | bool |
public Folder ( string path ) : System.Collections.Generic | ||
path | string | |
Результат | System.Collections.Generic |
public GetStream ( string filename ) : |
||
filename | string | |
Результат |
public Update ( string filename, byte contents ) : void | ||
filename | string | |
contents | byte | |
Результат | void |