EnumBuilder.GetInterfaces 메서드

정의

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

public:
 override cli::array <Type ^> ^ GetInterfaces();
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)]
public override Type[] GetInterfaces();
public override Type[] GetInterfaces();
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)>]
override this.GetInterfaces : unit -> Type[]
override this.GetInterfaces : unit -> Type[]
Public Overrides Function GetInterfaces () As Type()

반품

Type[]

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

특성

설명

해결 방법으로 완성된 형식의 인터페이스를 검색하려면 검색된 형식을 사용 Type.GetType 하거나 Assembly.GetType 리플렉션을 사용하여 형식을 검색합니다.

적용 대상