Obtains the Type for a string. Type.GetType(string) is supposed to do this exact thing but it doesn't work.
Inherited from Object.
public Type GetType();
Obtains the Type for a string. Type.GetType(string) is supposed to do this exact thing but it doesn't work.
public static Type GetType(string);
Helper Class | EnC.Watcher Namespace