Method GetInterfaces
- Namespace
- Microsoft.Samples.Debugging.CorMetadata
- Assembly
- corapi.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.