TypeBuilder.GetInterfaces 메서드

정의

이 형식에 구현된 모든 인터페이스와 해당 기본 형식의 배열을 반환합니다.

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

반품

Type[]

구현된 인터페이스를 나타내는 개체의 Type 배열을 반환합니다. 정의되지 않은 경우 빈 배열이 반환됩니다.

적용 대상