Method GetInterfaces
- Namespace
- Alternet.TsTypedefsGenerator.Core.TsModels
- Assembly
- Alternet.Common.TypeScript.v9.dll
GetInterfaces()
When overridden in a derived class, gets all the interfaces implemented or inherited by the current Type.
public override Type[] GetInterfaces()
Returns
- Type[]
An array of Type objects representing all the interfaces implemented or inherited by the current Type.-or- An empty array of type Type, if no interfaces are implemented or inherited by the current Type.
Exceptions
- TargetInvocationException
A static initializer is invoked and throws an exception.