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
- 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.