[][src]Function dart_sys::Dart_GetClass

pub unsafe extern "C" fn Dart_GetClass(
    library: Dart_Handle,
    class_name: Dart_Handle
) -> Dart_Handle

Lookup a class or interface by name from a Library.

\param library The library containing the class or interface. \param class_name The name of the class or interface.

\return If no error occurs, the class or interface is returned. Otherwise an error handle is returned.