PrimitivesCollection.IsHandled Method

Tries to find plug-in by specified primitive.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public bool IsHandled(
	ISessionProfile sessionProfile,
	Entry value,
	out PluginInfo pluginInfo,
	IEvaluationActionContext ctx,
	bool legacyCheck,
	bool standard = true
)

Parameters

sessionProfile  ISessionProfile
Profile of the current session.
value  Entry
Primitive to search plug-in for.
pluginInfo  PluginInfo
Plug-in which allows to handle specified value calculation.
ctx  IEvaluationActionContext
Context of the evaluation action.
legacyCheck  Boolean
Defines if legacy check mode must be used.
standard  Boolean  (Optional)
Defines what options to use during look up.

Return Value

Boolean
Return true if the value is handled, otherwise false.

See Also