TermInfo.IsPreserved Method
Checks if Term is defined in one of the loaded plug-ins or is it built-in primitive.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static bool IsPreserved(
SessionProfile sessionProfile,
Term value,
out TermInfo termInfo,
bool standard
)
Public Shared Function IsPreserved (
sessionProfile As SessionProfile,
value As Term,
<OutAttribute> ByRef termInfo As TermInfo,
standard As Boolean
) As Boolean
public:
static bool IsPreserved(
SessionProfile^ sessionProfile,
Term^ value,
[OutAttribute] TermInfo^% termInfo,
bool standard
)
static member IsPreserved :
sessionProfile : SessionProfile *
value : Term *
termInfo : TermInfo byref *
standard : bool -> bool
- sessionProfile SessionProfile
- Profile of the current session.
- value Term
- Expression component to find definition for.
- termInfo TermInfo
- Detailed information about primitive if it is found.
- standard Boolean
- Defines what options to use during look up.
Boolean
Returns a result of check.