IAppComponentInfo Interface

Provides information about a high level application component, i.e. a subset of assemblies which are built altogether and have the same version.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public interface IAppComponentInfo

Properties

FullInfo Full information about the component.
PublicGuid

Well known GUID of the component.

  • For CoreInfo returns the original GUID of SMath Studio which is written to the worksheet files and also identifies Personal edition.
  • For ProgramInfo and AppInfo returns the GUID of program edition.

Version Version of the component.

Methods

FormatTitle Formats the title of the component for the specifed language.
FormatTitleInvariant Formats the invariant (English) title of the component.

See Also