IVariableResolver 인터페이스

정의

변수를 확인하는 데 사용되는 메서드를 정의합니다.

public interface class IVariableResolver
public interface IVariableResolver
type IVariableResolver = interface
Public Interface IVariableResolver

메서드

DeleteVariable(String)

변수를 삭제합니다.

ResolveVariable(String, String)

변수가 나타날 때 사용자에게 값을 요청합니다.

ResolveVariableOwnership(String, String, Boolean)

변수의 소유권을 가져올지 아니면 파서에서 프로세스를 자동화하도록 할지를 사용자가 결정하도록 요청합니다.

적용 대상