Show / Hide Table of Contents

Interface IProperty

Encapsulates a piece of data, acting as basic building block for serialization of recordings.

Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public interface IProperty

Methods

Code()

Unique identifier to denote the type of data the property contains. Used by the RAP format for serialization purposes.

Declaration
byte Code()
Returns
Type Description
System.Byte

Unique identifier to denote the type of data the property contains.

Write(BinaryWriter)

Writes the serialized property data to the writer provided, with the first byte written being the propertie's code.

Declaration
void Write(BinaryWriter writer)
Parameters
Type Name Description
System.IO.BinaryWriter writer

What to write the property data to.

Back to top Generated by DocFX