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, _
    throwOnError As Boolean, _
    ignoreCase As Boolean _
) As Type
'Usage
Dim instance As [Assembly]
Dim name As String
Dim throwOnError As Boolean
Dim ignoreCase As Boolean
Dim returnValue As Type

returnValue = instance.GetType(name, throwOnError, _
    ignoreCase)
public virtual Type GetType(
    string name,
    bool throwOnError,
    bool ignoreCase
)
public:
virtual Type^ GetType(
    String^ name, 
    bool throwOnError, 
    bool ignoreCase
)
abstract GetType : 
        name:string * 
        throwOnError:bool * 
        ignoreCase:bool -> Type 
override GetType : 
        name:string * 
        throwOnError:bool * 
        ignoreCase:bool -> Type 
public function GetType(
    name : String, 
    throwOnError : boolean, 
    ignoreCase : boolean
) : Type

Parameters

  • name
    Type: String
  • throwOnError
    Type: Boolean
  • ignoreCase
    Type: Boolean

Return Value

Type: System.Reflection.Mock.Type

.NET Framework Security

See Also

Reference

Assembly Class

Assembly Members

GetType Overload

System.Reflection.Mock Namespace