Table of Contents

Class PluginManifestReader

Namespace
JD.AI.Core.Plugins
Assembly
JD.AI.Core.dll

Reads and validates plugin.json manifests.

public static class PluginManifestReader
Inheritance
PluginManifestReader
Inherited Members

Methods

ReadAsync(string, CancellationToken)

public static Task<PluginManifest> ReadAsync(string manifestPath, CancellationToken ct = default)

Parameters

manifestPath string
ct CancellationToken

Returns

Task<PluginManifest>