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
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| virtual ISyncStreamWriter | OpenFile(string path) |
| delegate global.System.IntPtr | SwigDelegateIFileSystemWriter_0(string path, global.System.IntPtr swigId) |
Protected Functions
Section titled “Protected Functions”| Name | |
|---|---|
| IFileSystemWriter() |
Protected Attributes
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()function OpenFile
Section titled “function OpenFile”virtual ISyncStreamWriter OpenFile( string path)function SwigDelegateIFileSystemWriter_0
Section titled “function SwigDelegateIFileSystemWriter_0”delegate global.System.IntPtr SwigDelegateIFileSystemWriter_0( string path, global.System.IntPtr swigId)Protected Functions Documentation
Section titled “Protected Functions Documentation”function IFileSystemWriter
Section titled “function IFileSystemWriter”IFileSystemWriter()Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.