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.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax
public sealed class SearchResult

The SearchResult type exposes the following members.

Constructors
 NameDescription
Public methodSearchResult(Definition) Initializes a new instance of the SearchResult class.
Public methodSearchResult(Definition, UInt32) Initializes a new instance of the SearchResult class.
Top
Properties
 NameDescription
Public propertyAlternativeText Gets the alternative textual form.
Public propertyDefinition Gets the definition.
Public propertyText Gets the textual form.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetRemaining Gets the remaining.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also