mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Merge branch 'master' into Cyberboss-patch-2
This commit is contained in:
@@ -7,7 +7,7 @@ namespace TGServerService
|
||||
/// <summary>
|
||||
/// Helpers to <see cref="Suspend(Process)"/>ing and <see cref="Resume(Process)"/> a <see cref="Process"/>. Lightly massaged code from https://stackoverflow.com/a/13109774. Documentation linked from MSDN on 20/10/2017
|
||||
/// </summary>
|
||||
public static class ProcessExtension
|
||||
static class ProcessExtension
|
||||
{
|
||||
/// <summary>
|
||||
/// https://msdn.microsoft.com/en-us/library/windows/desktop/ms686769(v=vs.85).aspx
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace TGServerService
|
||||
/// This tells the .msi there is a Windows <see cref="ServiceBase"/> in this <see cref="System.Reflection.Assembly"/> that needs installation
|
||||
/// </summary>
|
||||
[RunInstaller(true)]
|
||||
public partial class ProjectInstaller : Installer
|
||||
public sealed class ProjectInstaller : Installer
|
||||
{
|
||||
/// <summary>
|
||||
/// Construct a <see cref="ProjectInstaller"/>
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace TGServerService
|
||||
/// <summary>
|
||||
/// The windows service the application runs as
|
||||
/// </summary>
|
||||
sealed partial class Service : ServiceBase
|
||||
sealed class Service : ServiceBase
|
||||
{
|
||||
/// <summary>
|
||||
/// The service version <see cref="string"/> based on the <see cref="FileVersionInfo"/>
|
||||
|
||||
Reference in New Issue
Block a user