Interface IResourceHelper
An interface for accessing resources files.
Namespace: Microsoft.XboxStudios.BotBrain.Composition
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IResourceHelper
Methods
View SourceGetResourcePath(string?)
Gets the output file path for the given resource.
Declaration
string GetResourcePath(string? filepath = null)
Parameters
Type | Name | Description |
---|---|---|
string | filepath | The resource file path. |
Returns
Type | Description |
---|---|
string | A file path. |