Click or drag to resize

Manager Methods

The Manager type exposes the following members.

Methods
  Name Description
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method Get(IPAddress, String, IListVariable) Gets a list of variable binds.
Public method Get(IPEndPoint, String, IListVariable) Gets a list of variable binds.
Public method Get(String, String, IListVariable) Gets a list of variable binds.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetSingle(IPAddress, String, Variable) Gets a variable bind.
Public method GetSingle(IPEndPoint, String, Variable) Gets a variable bind.
Public method GetSingle(String, String, Variable) Gets a variable bind.
Public method GetTable(IPAddress, String, ObjectIdentifier) Gets a table of variables.
Public method GetTable(IPEndPoint, String, ObjectIdentifier) Gets a table of variables.
Public method GetTable(String, String, ObjectIdentifier) Gets a table of variables.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Set(IPAddress, String, IListVariable) Sets a list of variable binds.
Public method Set(IPEndPoint, String, IListVariable) Sets a list of variable binds.
Public method Set(String, String, IListVariable) Sets a list of variable binds.
Public method SetSingle(IPAddress, String, Variable) Sets a variable bind.
Public method SetSingle(IPEndPoint, String, Variable) Sets a variable bind.
Public method SetSingle(String, String, Variable) Sets a variable bind.
Public method ToString Returns a String that represents this Manager.
(Overrides ObjectToString)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also