ICommandExecutor Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a method that executes a certain action on the type that implements this interface.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class ICommandExecutorpublic interface ICommandExecutortype ICommandExecutor = interfacePublic Interface ICommandExecutorRemarks
The method in this interface is not called on classes that exist outside the .NET Framework.
Methods
| Execute() | This API supports the product infrastructure and is not intended to be used directly from your code. Performs a task that is determined by the type that implements this method. |