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 对象的数组,表示已实现的接口。 如果未定义任何内容,则返回一个空数组。

适用于