Gets the System.Type with the specified name, performing a case-sensitive search. Looks for the specified assembly in the current System.AppDomain assembly list.
Declaring type: TypeHelper
Namespace: Zyan.Communication.Toolbox
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static Type GetType (
        string fullName
) 
Parameters
fullName
The assembly-qualified name of the type to get.
Return Value
The type with the specified name, if found; otherwise, null.