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 개체의 배열을 반환합니다. 정의된 것이 없으면 빈 배열이 반환됩니다.

적용 대상