TypeDelegator.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 数组,其中包含在当前类及其基类上实现的所有接口。 如果未定义空数组,则返回空数组。

属性

适用于