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.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public interface IAppComponentInfo
Public Interface IAppComponentInfo
public interface class IAppComponentInfo
type IAppComponentInfo = interface end
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.
|