Method CreateInnerCatalogLocation
CreateInnerCatalogLocation(string, ProviderLoadRequestOptions)
Builds the inner IResourceLocation used to load the catalog bytes. Implementations also register any required inner provider with the ResourceManager.
Declaration
protected abstract IResourceLocation CreateInnerCatalogLocation(string idToLoad, ProviderLoadRequestOptions opts)
Parameters
| Type | Name | Description |
|---|---|---|
| string | idToLoad | The resolved id of the catalog file to load. |
| ProviderLoadRequestOptions | opts | The load request options to attach to the location, or null if none. |
Returns
| Type | Description |
|---|---|
| IResourceLocation | The location used to load the catalog data. |