Table of Contents

Class RecordLinks

Namespace
Chronicler
Assembly
Chronicler.dll

Helper for reading and writing stable links to external or runtime-owned objects during a chronicler pass.

public static class RecordLinks
Inheritance
RecordLinks
Inherited Members

Methods

Reads or writes a named external link that may resolve after the current load graph finishes.

public static void LookDeferred<T>(IChronicler chronicler, T value, string name, Action<T> assignLoadedValue, string? slot = null)

Parameters

chronicler IChronicler
value T
name string
assignLoadedValue Action<T>
slot string

Type Parameters

T

Reads or writes a named external link that must resolve during the current load pass.

public static void Look<T>(IChronicler chronicler, ref T value, string name, string? slot = null)

Parameters

chronicler IChronicler
value T
name string
slot string

Type Parameters

T