Interface IPluginContainer
public interface IPluginContainer
Methods
GetFileData(string)
Searches for the specified file that was packed alongside your plugin.
byte[]? GetFileData(string fileName)
Parameters
fileName
stringThe name of the file you're searching for.
Returns
- byte[]
Null if the file is not found or the byte array of the file.