Method ExtractBinaryCatalog
ExtractBinaryCatalog(string, string)
Converts a binary catalog to a readable text version. The text version cannot be loaded via the runtime and is intended for debugging purposes only.
Declaration
public static void ExtractBinaryCatalog(string binaryCatalogPath, string extractedPath)
Parameters
Type | Name | Description |
---|---|---|
string | binaryCatalogPath | The path of the input binary catalog. |
string | extractedPath | The path of the catalog output text data. |