[Missing <summary> documentation for "N:OddPrg"]
ByteBuffer | The class whose instances store an array of bytes and populates methods to work with it. It is interchangeable with an array of bytes. It is useable especially in compact framework where List<byte> type is not accesible. The main reason for using is the communication with remote devices. See Communicator class. |
CompactResourceManager | ResourceManager that uses a specified culture for obtaining localized resource strings. It is usable esspecially on platforms where Thread.CurrentThread.CurrentUICulture is read only like copmact framework or some previous versions of .NET. |