Show / Hide Table of Contents

Interface IResourceHelper

An interface for accessing resources files.

Namespace: Microsoft.XboxStudios.BotBrain.Composition
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IResourceHelper

Methods

View Source

GetResourcePath(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.

  • View Source
In this article
Back to top Generated by DocFX