SRECRecord Methods |
The SRECRecord type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetAddress |
Gets the memory address associated with this record.
| |
GetData |
Gets the data associated with this record.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRecordType |
Gets the type of record it is.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetAddress |
Sets the memory address associated with this record.
| |
SetData |
Sets the data associated with this record.
| |
SetType |
Sets the type of this record.
| |
ToString |
Prints this object as a human readable string.
(Overrides ObjectToString.) |