GSF.IO.Unmanaged.MemoryPoolStreamCore.MemoryPoolStreamCore C# (CSharp) Method

MemoryPoolStreamCore() public method

Creates a new MemoryPoolStreamCore using the default MemoryPool.
public MemoryPoolStreamCore ( ) : System
return System
        public MemoryPoolStreamCore()
            : this(Globals.MemoryPool)
        {
        }

Same methods

MemoryPoolStreamCore::MemoryPoolStreamCore ( MemoryPool pool ) : System