GetType(string) Method
Gets a type for the specified full name.
Namespace
Statiq.Common
Containing Type
ClassCatalog

Syntax

public Type GetType(string fullName)

Parameters

Name Type Description
fullName string The full name of the type.

Return Value

Type Description
Type A Type that matches the specified full name or null if a corresponding type could not be found.