cohtml::Net::UnityFileSystemReader

Inherits from cohtml.Net.IFileSystemReader, cohtml.Net.IFileManipulator, SystemIDisposable

Public Functions

Name
virtual override voidDispose()
virtual boolEnumerateFolder(string path)
virtual stringNextFile()
virtual UnitySyncStreamReaderOpenFile(string path)
UnityFileSystemReader()
delegate boolSwigDelegateUnityFileSystemReader_0(string path, global::System.IntPtr swigId)
delegate stringSwigDelegateUnityFileSystemReader_1(global::System.IntPtr swigId)
delegate global::System.IntPtrSwigDelegateUnityFileSystemReader_2(string path, global::System.IntPtr swigId)

Additional inherited members

Protected Attributes inherited from cohtml.Net.IFileManipulator

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual override void Dispose()

Reimplements: cohtml::Net::IFileSystemReader::Dispose

function EnumerateFolder

virtual bool EnumerateFolder(
    string path
)

Reimplements: cohtml::Net::IFileManipulator::EnumerateFolder

function NextFile

virtual string NextFile()

Reimplements: cohtml::Net::IFileManipulator::NextFile

function OpenFile

virtual UnitySyncStreamReader OpenFile(
    string path
)

Reimplements: cohtml::Net::IFileManipulator::OpenFile

function UnityFileSystemReader

UnityFileSystemReader()

function SwigDelegateUnityFileSystemReader_0

delegate bool SwigDelegateUnityFileSystemReader_0(
    string path,
    global::System.IntPtr swigId
)

function SwigDelegateUnityFileSystemReader_1

delegate string SwigDelegateUnityFileSystemReader_1(
    global::System.IntPtr swigId
)

function SwigDelegateUnityFileSystemReader_2

delegate global::System.IntPtr SwigDelegateUnityFileSystemReader_2(
    string path,
    global::System.IntPtr swigId
)