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

Enables spell checking, hyphenation and thesaurus based synonym lookup in a thread safe manner.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  NHunspell..::.SpellFactory

See Also