C# Class GSF.IO.Unmanaged.UnmanagedMemoryStreamCore.Settings

This class was created to allow settings update to be atomic.
Mostra file Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
AddNewPage ( IntPtr pagePointer ) : void
Clone ( ) : Settings
GetPointer ( int page ) : IntPtr
Settings ( ) : System

Private Methods

Method Description
EnsureCapacity ( ) : void

Method Details

AddNewPage() public method

public AddNewPage ( IntPtr pagePointer ) : void
pagePointer System.IntPtr
return void

Clone() public method

public Clone ( ) : Settings
return Settings

GetPointer() public method

public GetPointer ( int page ) : IntPtr
page int
return System.IntPtr

Settings() public method

public Settings ( ) : System
return System