Linker.isLoaded

Checks if a library is loaded.

  1. bool isLoaded(string library)
    struct Linker
    static
    bool
    isLoaded
    (
    string library
    )
  2. bool isLoaded(string[] libraries)
  3. bool isLoaded(LIBRARY library)

Return Value

Type: bool

true is the library was loaded sucsessfully.

Meta