CommandExecutor Class
Abstract base class which an application must inherit from to create a CommandExecutor object.
Syntax
[DebuggerDisplay("{DebuggerDisplay,nq}")] public abstract class CommandExecutor
[DebuggerDisplay("{DebuggerDisplay,nq}")] public ref class CommandExecutor abstract
Inheritance Hierarchy
System.Object
Aveva.ApplicationFramework.Presentation.CommandExecutor
Aveva.ApplicationFramework.Presentation.CommandBarCommandExecutor
Aveva.ApplicationFramework.Presentation.RibbonTabCommandExecutor
Aveva.ApplicationFramework.Presentation.ToolCommandExecutor
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also