Reflector..::..GetType Method

Gets the type.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public static Type GetType(
	string name
)
Public Shared Function GetType ( _
	name As String _
) As Type
public:
static Type^ GetType(
	String^ name
)

Parameters

name
Type: String
The name.

Return Value

Type.