Linker.getLoadFailures

Gets all the failed loads for a specific library.

  1. string[] getLoadFailures(string library)
  2. string[] getLoadFailures(string[] libraries)
  3. string[] getLoadFailures(LIBRARY library)
    struct Linker
    deprecated static
    string[]
    getLoadFailures

Return Value

Type: string[]

An array of the names hat failed to load for a specific library or null if none was found

Meta