Type.GetInterfaces Method

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public MustOverride Function GetInterfaces As Type()
'Usage
Dim instance As Type
Dim returnValue As Type()

returnValue = instance.GetInterfaces()
public abstract Type[] GetInterfaces()
public:
virtual array<Type^>^ GetInterfaces() abstract
abstract GetInterfaces : unit -> Type[] 
public abstract function GetInterfaces() : Type[]

Return Value

Type: array<System.Reflection.Mock.Type[]

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace