Method Execute NamespaceAlternet.UI AssemblyAlternet.UI.Common.dll Execute(string, object?) Executes the command. public virtual void Execute(string name, object? parameter = null) Parameters name string Command name. parameter object A parameter that may be used when the command is executed. This parameter may be ignored by some implementations.