TypeDelegator.GetInterfaces 메서드

정의

현재 클래스와 기준 클래스에 구현된 모든 인터페이스를 반환합니다.

public:
 override cli::array <Type ^> ^ GetInterfaces();
public override Type[] GetInterfaces ();
override this.GetInterfaces : unit -> Type[]
Public Overrides Function GetInterfaces () As Type()

반환

Type[]

현재 클래스와 기준 클래스에 구현된 모든 인터페이스가 포함된 형식 Type의 배열입니다. 정의된 것이 없으면 빈 배열이 반환됩니다.

적용 대상