Click or drag to resize

SRECRecord Methods

The SRECRecord type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAddress
Gets the memory address associated with this record.
Public methodGetData
Gets the data associated with this record.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRecordType
Gets the type of record it is.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetAddress
Sets the memory address associated with this record.
Public methodSetData
Sets the data associated with this record.
Public methodSetType
Sets the type of this record.
Public methodToString
Prints this object as a human readable string.
(Overrides ObjectToString.)
Top
See Also