cohtml.Net.IFileSystemWriter
Class that allows Cohtml to interface with the local file system. It allows opening a file for writing and writing information to it.
Inherits from SystemIDisposable
Public Functions
Name | |
---|---|
virtual void | Dispose() |
virtual ISyncStreamWriter | OpenFile(string path) |
Protected Attributes
Name | |
---|---|
bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual void Dispose()
function OpenFile
virtual ISyncStreamWriter OpenFile(
string path
)
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;