GSF.IO.FileStructure.Media.MemoryPoolFile.MemoryPoolFile C# (CSharp) Method

MemoryPoolFile() public method

Create a new MemoryPoolFile
public MemoryPoolFile ( MemoryPool pool ) : System
pool GSF.IO.Unmanaged.MemoryPool
return System
        public MemoryPoolFile(MemoryPool pool)
            : base(pool)
        {
            m_ioSession = new IoSession(this);
            m_isReadOnly = false;
        }