IIconHelper
Namespace: JoaLauncher.Api.Injectables
Helper to help with icons
public interface IIconHelper
Methods
string GetIconsDirectory(Type pluginType)
Gets the directory meant to store icons
Parameters
Name | Description |
---|---|
System.Type pluginType |
Returns
Type | Description |
---|---|
System.String |
string CreateIconFromFileIfNotExists<T>(string fileLocation)
Stores the icon of a file
Parameters
Name | Description |
---|---|
System.String fileLocation |
Returns
Type | Description |
---|---|
System.String |