Searches for the type in the named assembly.
The assembly will be loaded if necessary (the assemblyName argument must include enough information for a load to succeed based on the name alone). See the LoadAssembly method in this class for details on what forms the assemblyName argument can take. If throwOnError is true, it will always throw if the type cannot be found or other errors occur (e.g., SecurityException, BadImageFormatException, etc.) Like Type.GetType(), it can still throw in unusual circumstances even if throwOnError is false.
TypeLoader Class | Wolfram.NETLink Namespace | TypeLoader.GetType Overload List