Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / MisspelledWord Structure
Properties Methods


In This Topic
    MisspelledWord Structure Members
    In This Topic

    The following tables list the members exposed by MisspelledWord.

    Public Constructors
     NameDescription
    Public ConstructorConstructor. Returns the suggested word.  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the starting column of the misspelled word.  
    Public PropertyReturns the starting row of the misspelled word.  
    Public PropertyReturns a list of suggested spelling corrections for the misspelled word.  
    Public PropertyReturns the word that was misspelled.  
    Top
    Public Methods
     NameDescription
    Public MethodIndicates whether this instance and a specified object are equal.  
    Public MethodServes as the default hash function.  
    Public MethodGets the System.Type of the current instance. (Inherited from object)
    Public MethodReturns the fully qualified type name of this instance. (Inherited from System.ValueType)
    Top
    Protected Methods
     NameDescription
    Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
    Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
    Top
    Public Operators
    Compares two MisspelledWords for equality.
    Compares two MisspelledWords for inequality.
    Top
    See Also