Table of Contents

Property InternalData

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll

InternalData

A data field which allows the IArchitecture instance to persist data through calls. Often, this is a memory allocation handle.
public IDisposable? InternalData { get; init; }

Property Value

IDisposable