Note
Returns Empty until the mathematical core is initialized.
Information about the program.
[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; }<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 Shared ReadOnly Property Info As AssemblyInfo
Getpublic:
[ObsoleteAttribute(L"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.")]
static property AssemblyInfo Info {
AssemblyInfo get ();
}[<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.")>]
static member Info : AssemblyInfo with get