Edit

Share via


TypeBuilder.GetInterfaces Method

Definition

Returns an array of all the interfaces implemented on this type and its base types.

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()

Returns

Type[]

Returns an array of Type objects representing the implemented interfaces. If none are defined, an empty array is returned.

Attributes

Applies to