#if UNMANAGED namespace SevenZip { internal enum InternalCompressionMode { /// /// Create a new archive; overwrite the existing one. /// Create, /// /// Add data to the archive. /// Append, /// /// Modify archive data. /// Modify } } #endif