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

The Hunspell type exposes the following members.

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.)

See Also