loadClassOrNull

Load the class with the given name using ClassLoader or return null if not found.

Receiver

the ClassLoader to be used.

Return

Class or null.

Parameters

name

the class name to be loaded.