Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.