PrimitivesCollection.IsHandled Method
Tries to find plug-in by specified primitive.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public bool IsHandled(
ISessionProfile sessionProfile,
Entry value,
out PluginInfo pluginInfo,
IEvaluationActionContext ctx,
bool legacyCheck,
bool standard = true
)
Public Function IsHandled (
sessionProfile As ISessionProfile,
value As Entry,
<OutAttribute> ByRef pluginInfo As PluginInfo,
ctx As IEvaluationActionContext,
legacyCheck As Boolean,
Optional standard As Boolean = true
) As Boolean
public:
bool IsHandled(
ISessionProfile^ sessionProfile,
Entry^ value,
[OutAttribute] PluginInfo^% pluginInfo,
IEvaluationActionContext^ ctx,
bool legacyCheck,
bool standard = true
)
member IsHandled :
sessionProfile : ISessionProfile *
value : Entry *
pluginInfo : PluginInfo byref *
ctx : IEvaluationActionContext *
legacyCheck : bool *
?standard : bool
-> bool
- 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.
BooleanReturn
true if the
value is handled, otherwise
false.