Type.GetInterface Method ()

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

Syntax

'Declaration
Public Function GetInterface ( _
    name As String _
) As Type
'Usage
Dim instance As Type
Dim name As String
Dim returnValue As Type

returnValue = instance.GetInterface(name)
public Type GetInterface(
    string name
)
public:
Type^ GetInterface(
    String^ name
)
member GetInterface : 
        name:string -> Type 
public function GetInterface(
    name : String
) : Type

Parameters

  • name
    Type: String

Return Value

Type: System.Reflection.Mock.Type

.NET Framework Security

See Also

Reference

Type Class

Type Members

GetInterface Overload

System.Reflection.Mock Namespace