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

The Hunspell type exposes the following members.

Constructors

  NameDescription
HunspellOverloaded.

Methods

  NameDescription
Add
Adds the specified word to the internal dictionary.
AddWithAffix
Adds the word and the affix.
Analyze
Analyzes the specified word.
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
Generate
Generates the specified word by sample.
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
Spell
Spell check the word.
Stem
Stems the specified word.
Suggest
Get a list of suggestions for the specified word.
ToString (Inherited from Object.)

Properties

  NameDescription
IsDisposed
Gets a value indicating whether this instance is disposed.
NativeDllPath
Gets or sets the native DLL path.

See Also