GlobalProfile.Info Property

Note: This API is now obsolete.

Information about the program.

  Note

Returns Empty until the mathematical core is initialized.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
[ObsoleteAttribute("This property is deprecated after separation of SMathStudio.Core from the program. Use SessionProfile.AppEnv.ProgramInfo instead. For titles use SessionProfile.ProgramFullTitle and SessionProfile.AppShortTitle.")]
public static AssemblyInfo Info { get; }

Property Value

AssemblyInfo

See Also