[This is preliminary documentation and is subject to change.]

Holds SpellFactory objects for different languages. Allows thread save spell checking

Namespace:  NHunspell
Assembly:  NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)

Syntax

C#
public class SpellEngine : IDisposable
Visual Basic (Declaration)
Public Class SpellEngine _
	Implements IDisposable
Visual C++
public ref class SpellEngine : IDisposable

Inheritance Hierarchy

System..::.Object
  NHunspell..::.SpellEngine

See Also