ArrayRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the core behavior for NRBF array records and provides a base for derived classes.
public ref class ArrayRecord abstract : System::Formats::Nrbf::SerializationRecord
public abstract class ArrayRecord : System.Formats.Nrbf.SerializationRecord
type ArrayRecord = class
inherit SerializationRecord
Public MustInherit Class ArrayRecord
Inherits SerializationRecord
- Inheritance
- Derived
Properties
FlattenedLength |
When overridden in a derived class, gets the total number of all elements in every dimension. |
Id |
Gets the ID of the record. |
Lengths |
When overridden in a derived class, gets a buffer of integers that represent the number of elements in every dimension. |
Rank |
Gets the rank of the array. |
RecordType |
Gets the type of the record. (Inherited from SerializationRecord) |
TypeName |
Gets the name of the serialized type. (Inherited from SerializationRecord) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetArray(Type, Boolean) |
Allocates an array and fills it with the data provided in the serialized records (in case of primitive types like String or Int32) or the serialized records themselves. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TypeNameMatches(Type) |
Compares the type name read from the payload against the specified type. (Inherited from SerializationRecord) |