ICommandExecutor 인터페이스

정의

이 인터페이스를 구현하는 형식에서 특정 작업을 실행하는 메서드를 정의합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public interface class ICommandExecutor
public interface ICommandExecutor
type ICommandExecutor = interface
Public Interface ICommandExecutor

설명

이 인터페이스의 메서드는 .NET Framework 외부에 있는 클래스에서 호출되지 않습니다.

메서드

Name Description
Execute()

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

이 메서드를 구현하는 형식에 의해 결정되는 작업을 수행합니다.

적용 대상