Click or drag to resize

SearchResult Class

Search result.
Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpPro.Mib.RegistrySearchResult

Namespace:  Lextm.SharpSnmpPro.Mib.Registry
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public sealed class SearchResult

The SearchResult type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAlternativeText
Gets the alternative textual form.
Public propertyDefinition
Gets the definition.
Public propertyText
Gets the textual form.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRemaining
Gets the remaining.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also