sea.getAssetKeys()


  • 返回 <string[]>,它是一个数组,包含可执行文件中嵌入的所有资源的密钥。如果没有嵌入任何资源,则返回一个空数组。

    ¥Returns <string[]> An array containing all the keys of the assets embedded in the executable. If no assets are embedded, returns an empty array.

此方法可用于检索嵌入到单可执行应用中的所有资源密钥的数组。如果未在单个可执行应用中运行,则会引发错误。

¥This method can be used to retrieve an array of all the keys of assets embedded into the single-executable application. An error is thrown when not running inside a single-executable application.