`IExtensionManager` Last update: 09.03.2026 class Ansys.ACT.Interfaces.Common.IExtensionManager Bases: object Defines an extension manager. Overview Properties Name Description CurrentExtension Gets the current extension. Extensions Gets the list of loaded extensions. Property detail property IExtensionManager.CurrentExtension : Ansys.ACT.Interfaces.Common.IExtension | None Gets the current extension. property IExtensionManager.Extensions : List[Ansys.ACT.Interfaces.Common.IExtension] | None Gets the list of loaded extensions.