Linker.getLoadFailures

Gets all the failed loads for a specific library.

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

Return Value

Type: string[]

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

Meta