BaseCodePageEncoding abstract class BaseCodePageEncoding : EncodingNLS Documentation protected static Stream s_codePagesEncdoingDataStream protected static readonly object s_streamLock protected char[] arrayBytesBestFit protected char[] arrayUnicodeBestFit protected bool bFlagDataTable protected int dataTableCodePage protected int iExtraBytes protected byte[] m_codePageHeader protected int m_dataSize protected int m_firstDataWordOffset protected SafeFileMappingHandle safeFileMappingHandle protected SafeViewOfFileHandle safeMemorySectionHandle protected static string FormatSectionName(string format, CodePageHeader* pCodePageHeader, int codePage) protected virtual string GetMemorySectionName() protected Byte* GetSharedMemory(int iSize) protected abstract void LoadManagedCodePage() protected abstract void ReadBestFitTable()