public IniManager(string filePath) { _native = new TmNative(); _filePointer = _native.IniOpen(filePath); }