ICommandExecutor 인터페이스

정의

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

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

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

설명

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

메서드

Execute()

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

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

적용 대상