PrimitivesManager.Load<TPlugin> Method

Retrieves all primitives supported by plug-ins which implement interface TPlugin.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static PrimitivesCollection Load<TPlugin>()
where TPlugin : class, IPluginHandleEvaluation

Type Parameters

TPlugin
Interface of Evaluation plug-ins to be handled.

Return Value

PrimitivesCollection
Collection of primitives loaded from the plug-ins which implement interface TPlugin.

See Also