TypeDelegator.GetInterface(String, Boolean) 메서드

정의

현재 TypeDelegator로 래핑된 형식에서 구현하는 지정된 인터페이스를 반환합니다.

public:
 override Type ^ GetInterface(System::String ^ name, bool ignoreCase);
public override Type? GetInterface (string name, bool ignoreCase);
public override Type GetInterface (string name, bool ignoreCase);
override this.GetInterface : string * bool -> Type
Public Overrides Function GetInterface (name As String, ignoreCase As Boolean) As Type

매개 변수

name
String

현재 클래스에 의해 구현된 인터페이스의 정규화된 이름입니다.

ignoreCase
Boolean

대소문자가 구분되면 true이고 그렇지 않으면 false입니다.

반환

지정한 이름과 인치하는 정규화된 이름을 사용하여 현재 클래스에 의해 직접 또는 간접적으로 구현된 인터페이스를 나타내는 Type 개체입니다. 일치되는 인터페이스 이름이 없으면 Null이 반환됩니다.

예외

name 매개 변수가 null인 경우

적용 대상