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 Overload List
  Name Description
Public Method Static TypeHelper.GetType (string) 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.
Public Method Static TypeHelper.GetType (string, bool) 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.