Skip to main content

RuntimeLoadableProcedures Class

Namespace: GHIElectronics.TinyCLR.RuntimeLoadableProcedures · Assembly: GHIElectronics.TinyCLR.RuntimeLoadableProcedures

Runtime Loadable Procedures (RLP) — load a compiled ELF blob onto the device at runtime, look up symbols by name, and call native C functions from managed code. Useful for shipping hardware-accelerated routines (DSP, image processing) without rebuilding the firmware.

public static class RuntimeLoadableProcedures

Events

NativeEvent

public static event NativeEventHandler NativeEvent

Raised when native RLP code calls RLP_PostManagedEvent. Runs on a managed thread, never in ISR context.