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 voidDispose()
virtual ISyncStreamWriterOpenFile(string path)

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function OpenFile

virtual ISyncStreamWriter OpenFile(
    string path
)

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;