tgstation-server
The /tg/station 13 server suite
src
Tgstation.Server.Host
Components
Byond
IByondExecutableLock.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Tgstation.Server.Host.Components.Byond
4
{
8
public
interface
IByondExecutableLock
:
IDisposable
9
{
13
Version
Version
{
get
; }
14
18
string
DreamDaemonPath
{
get
; }
19
23
string
DreamMakerPath
{
get
; }
24
28
void
DoNotDeleteThisSession
();
29
}
30
}
Tgstation.Server.Host.Components.Byond
Definition:
ByondExecutableLock.cs:3
Tgstation.Server.Host.Components.Byond.IByondExecutableLock.DreamMakerPath
string DreamMakerPath
The path to the dm/DreamMaker executable
Definition:
IByondExecutableLock.cs:23
Tgstation.Server.Host.Components.Byond.IByondExecutableLock
Represents usage of the two primary BYOND server executables
Definition:
IByondExecutableLock.cs:8
Tgstation.Server.Host.Components.Byond.IByondExecutableLock.DreamDaemonPath
string DreamDaemonPath
The path to the DreamDaemon executable
Definition:
IByondExecutableLock.cs:18
Tgstation.Server.Host.Components.Byond.IByondExecutableLock.DoNotDeleteThisSession
void DoNotDeleteThisSession()
Call if, during a detach, this version should not be deleted
IDisposable
Tgstation.Server.Host.Components.Byond.IByondExecutableLock.Version
Version Version
The global::System.Version of the locked executables
Definition:
IByondExecutableLock.cs:13
Generated by
1.8.15