Share via


IModelTypesLocator 인터페이스

정의

public interface class IModelTypesLocator
public interface IModelTypesLocator
type IModelTypesLocator = interface
Public Interface IModelTypesLocator
파생

메서드

GetAllTypes()
GetType(String)

형식 이름과 일치하는 형식을 반환합니다. 메서드는 전체 이름이 지정된 typeName과 정확히 일치하는 형식을 반환합니다. 그러나 정확히 일치하는 형식이 없으면 형식 이름(네임스페이스 이름 없음)이 지정된 형식 이름과 일치하는 모든 형식을 반환합니다. 이렇게 하면 호출자가 짧은 형식 이름을 전달하고 결과를 가져올 수 있습니다. 호출자는 여러 일치 항목이 있을 때 수행할 작업을 결정해야 합니다.

적용 대상