Table of Contents

Class AotPluginHelpers

Namespace
DotCompute.Plugins.Core
Assembly
DotCompute.Plugins.dll

Static helper class for AOT plugin management.

public static class AotPluginHelpers
Inheritance
AotPluginHelpers
Inherited Members

Properties

IsAotCompatible

Determines if the current runtime supports AOT plugin loading.

public static bool IsAotCompatible { get; }

Property Value

bool

Methods

CreatePluginSystem(ILogger)

Creates the appropriate plugin system based on runtime capabilities.

public static IDisposable CreatePluginSystem(ILogger logger)

Parameters

logger ILogger

Returns

IDisposable