tgstation-server
5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Deployment
IDmbProvider.cs
Go to the documentation of this file.
1
using
System;
2
3
using
Tgstation.Server.Host.Models
;
4
5
namespace
Tgstation.Server.Host.Components.Deployment
6
{
10
public
interface
IDmbProvider
:
IDisposable
11
{
15
string
DmbName
{
get
; }
16
20
string
Directory
{
get
; }
21
25
CompileJob
CompileJob
{
get
; }
26
30
void
KeepAlive
();
31
}
32
}
IDisposable
Tgstation.Server.Host.Models.CompileJob
Definition:
CompileJob.cs:11
Tgstation.Server.Host.Components.Deployment.IDmbProvider
Provides absolute paths to the latest compiled .dmbs.
Definition:
IDmbProvider.cs:11
Tgstation.Server.Host.Components.Deployment.IDmbProvider.KeepAlive
void KeepAlive()
Disposing the IDmbProvider won't cause a cleanup of the working directory.
Tgstation.Server.Host.Components.Deployment.IDmbProvider.Directory
string Directory
The primary game directory with a trailing directory separator.
Definition:
IDmbProvider.cs:20
Tgstation.Server.Host.Components.Deployment.IDmbProvider.DmbName
string DmbName
The file name of the .dmb.
Definition:
IDmbProvider.cs:15
Tgstation.Server.Host.Components.Deployment
Definition:
DmbFactory.cs:18
Tgstation.Server.Host.Models
Definition:
ChatBot.cs:8
Generated by
1.9.5