Type.GetInterface 메서드

현재 Type에 의해 구현되거나 상속되는 특정 인터페이스를 가져옵니다.

오버로드 목록

이름 설명
Type.GetInterface (String) 지정된 이름의 인터페이스를 검색합니다.
Type.GetInterface (String, Boolean) 파생 클래스에서 재정의된 경우, 대/소문자 구분 검색 여부를 지정하여, 지정된 인터페이스를 검색합니다.

참고 항목

참조

Type 클래스
Type 멤버
System 네임스페이스
String 클래스
GetInterfaces
FindInterfaces