Method LoadContentCatalog
LoadContentCatalog(string, string)
Additively load catalogs from runtime data. The settings are not used.
선언
[Obsolete]
public static AsyncOperationHandle<IResourceLocator> LoadContentCatalog(string catalogPath, string providerSuffix = null)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | catalogPath | The path to the runtime data. |
string | providerSuffix | This value, if not null or empty, will be appended to all provider ids loaded from this data. |
반환
타입 | 설명 |
---|---|
AsyncOperationHandle<IResourceLocator> | The operation handle for the request. |