Επεξεργασία

Κοινή χρήση μέσω


SerializationRecordType Enum

Definition

Record type.

public enum class SerializationRecordType
public enum SerializationRecordType
type SerializationRecordType = 
Public Enum SerializationRecordType
Inheritance
SerializationRecordType

Fields

ArraySingleObject 16

A single-dimensional array of Object values.

ArraySinglePrimitive 15

A single-dimensional array of a primitive type.

ArraySingleString 17

A single-dimensional array of string values.

BinaryArray 7

An array of any rank or element type.

BinaryLibrary 12

A record that associates a numeric identifier with a named library.

BinaryObjectString 6

A string.

ClassWithId 1

Class information that references another class record's metadata.

ClassWithMembers 3

A class information with source library, but without type info.

ClassWithMembersAndTypes 5

A class information with type info and the source library.

MemberPrimitiveTyped 8

A primitive value other than string.

MemberReference 9

A record that contains a reference to another record that contains the actual value.

MessageEnd 11

The record that marks the end of the binary format stream.

MethodCall 21

A remote method call.

MethodReturn 22

Information returned by a remote method.

ObjectNull 10

A single null value.

ObjectNullMultiple 14

Multiple null values.

ObjectNullMultiple256 13

Multiple (less than 256) null values.

SerializedStreamHeader 0

The NRBF header (the first record in NRBF payload).

SystemClassWithMembers 2

A system class information without type info.

SystemClassWithMembersAndTypes 4

A system class information with type info.

Applies to