TypeDelegator.GetInterface(String, Boolean) 메서드

정의

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

public:
 override Type ^ GetInterface(System::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.

적용 대상