TermInfoGetDetails Method

Shows a string representation of current expression component information.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public string GetDetails(
	SessionProfile sessionProfile
)

Parameters

sessionProfile  SessionProfile
Session properties.

Return Value

String
Returns a string representation of current expression component information.

Implements

IDetailedTermGetDetails(SessionProfile)

See Also