ICommandExecutor Interface

Definition

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 ICommandExecutor
public interface ICommandExecutor
type ICommandExecutor = interface
Public Interface ICommandExecutor

Remarks

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.

Applies to