Show / Hide Table of Contents

Interface IResourceProvider

Namespace: SlipeServer.Server.Resources.Providers
Assembly: SlipeServer.Server.dll
Syntax
public interface IResourceProvider

Methods

| Edit this page View Source

AddResourceInterpreter(IResourceInterpreter)

Declaration
void AddResourceInterpreter(IResourceInterpreter resourceInterpreter)
Parameters
Type Name Description
IResourceInterpreter resourceInterpreter
| Edit this page View Source

GetFileContent(string, string)

Declaration
byte[] GetFileContent(string resource, string file)
Parameters
Type Name Description
string resource
string file
Returns
Type Description
byte[]
| Edit this page View Source

GetFilesForResource(string)

Declaration
IEnumerable<string> GetFilesForResource(string name)
Parameters
Type Name Description
string name
Returns
Type Description
IEnumerable<string>
| Edit this page View Source

GetResource(string)

Declaration
Resource GetResource(string name)
Parameters
Type Name Description
string name
Returns
Type Description
Resource
| Edit this page View Source

GetResources()

Declaration
IEnumerable<Resource> GetResources()
Returns
Type Description
IEnumerable<Resource>
| Edit this page View Source

Refresh()

Declaration
void Refresh()
| Edit this page View Source

ReserveNetId()

Declaration
ushort ReserveNetId()
Returns
Type Description
ushort
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX