Assembly.GetType Method ()

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

Syntax

'Declaration
Public Overridable Function GetType ( _
    name As String _
) As Type
'Usage
Dim instance As [Assembly]
Dim name As String
Dim returnValue As Type

returnValue = instance.GetType(name)
public virtual Type GetType(
    string name
)
public:
virtual Type^ GetType(
    String^ name
)
abstract GetType : 
        name:string -> Type 
override GetType : 
        name:string -> Type 
public function GetType(
    name : String
) : Type

Parameters

  • name
    Type: String

Return Value

Type: System.Reflection.Mock.Type

.NET Framework Security

See Also

Reference

Assembly Class

Assembly Members

GetType Overload

System.Reflection.Mock Namespace