Type.GetInterfaceMap Method

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

Syntax

'Declaration
Public Overridable Function GetInterfaceMap ( _
    interfaceType As Type _
) As InterfaceMapping
'Usage
Dim instance As Type
Dim interfaceType As Type
Dim returnValue As InterfaceMapping

returnValue = instance.GetInterfaceMap(interfaceType)
public virtual InterfaceMapping GetInterfaceMap(
    Type interfaceType
)
public:
virtual InterfaceMapping GetInterfaceMap(
    Type^ interfaceType
)
abstract GetInterfaceMap : 
        interfaceType:Type -> InterfaceMapping 
override GetInterfaceMap : 
        interfaceType:Type -> InterfaceMapping 
public function GetInterfaceMap(
    interfaceType : Type
) : InterfaceMapping

Parameters

Return Value

Type: InterfaceMapping

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace