Files
tgstation-server/_web_host_builder_extensions_8cs_source.html

174 lines
23 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tgstation-server: src/Tgstation.Server.Host/Extensions/WebHostBuilderExtensions.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">tgstation-server<span id="projectnumber">&#160;6.19.3</span>
</div>
<div id="projectbrief">The /tg/station 13 server suite</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_5ae0a4770cfe9bc511dad7df7deabb23.html">Extensions</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">WebHostBuilderExtensions.cs</div></div>
</div><!--header-->
<div class="contents">
<a href="_web_host_builder_extensions_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="keyword">using </span>System;</div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="keyword">using </span>System.IO.Abstractions;</div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="keyword">using </span>Microsoft.AspNetCore.Builder;</div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">using </span>Microsoft.AspNetCore.Hosting;</div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">using </span>Microsoft.Extensions.DependencyInjection;</div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">using </span>Microsoft.Extensions.Logging;</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">using </span>Microsoft.Extensions.Options;</div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a>;</div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_core.html">Tgstation.Server.Host.Core</a>;</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_i_o.html">Tgstation.Server.Host.IO</a>;</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_security.html">Tgstation.Server.Host.Security</a>;</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_setup.html">Tgstation.Server.Host.Setup</a>;</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_system.html">Tgstation.Server.Host.System</a>;</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_extensions.html">Tgstation.Server.Host.Extensions</a></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span>{</div>
<div class="foldopen" id="foldopen00022" data-start="{" data-end="};">
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions.html"> 22</a></span> <span class="keyword">static</span> <span class="keyword">class </span><a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions.html">WebHostBuilderExtensions</a></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> {</div>
<div class="foldopen" id="foldopen00033" data-start="{" data-end="}">
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions.html#a42fc1189044f38fe24e42880ce91c296"> 33</a></span> <span class="keyword">public</span> <span class="keyword">static</span> IWebHostBuilder <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions.html#a42fc1189044f38fe24e42880ce91c296">UseApplication</a>(</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">this</span> IWebHostBuilder builder,</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_assembly_information_provider.html">IAssemblyInformationProvider</a> assemblyInformationProvider,</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html">IIOManager</a> ioManager,</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_setup_1_1_i_post_setup_services.html">IPostSetupServices</a> postSetupServices,</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> IFileSystem fileSystem)</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> {</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> ArgumentNullException.ThrowIfNull(builder);</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> ArgumentNullException.ThrowIfNull(assemblyInformationProvider);</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> ArgumentNullException.ThrowIfNull(ioManager);</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> ArgumentNullException.ThrowIfNull(postSetupServices);</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> ArgumentNullException.ThrowIfNull(fileSystem);</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="keywordflow">return</span> builder.ConfigureServices(</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> (context, services) =&gt;</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> {</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> var application = <span class="keyword">new</span> Application(context.Configuration, context.HostingEnvironment);</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> application.ConfigureServices(services, assemblyInformationProvider, ioManager, postSetupServices, fileSystem);</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> services.AddSingleton(application);</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> })</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> .Configure(<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions.html#aa38e8d40574e3640929084c83f10b0f3">ConfigureApplication</a>);</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> }</div>
</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions.html#aa38e8d40574e3640929084c83f10b0f3"> 60</a></span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions.html#aa38e8d40574e3640929084c83f10b0f3">ConfigureApplication</a>(IApplicationBuilder applicationBuilder)</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> =&gt; applicationBuilder</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> .ApplicationServices</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> .GetRequiredService&lt;Application&gt;()</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> .Configure(</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> applicationBuilder, <span class="comment">// TODO: find a way to call this func and auto-resolve the services</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> applicationBuilder.ApplicationServices.GetRequiredService&lt;<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html">IServerControl</a>&gt;(),</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> applicationBuilder.ApplicationServices.GetRequiredService&lt;<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_security_1_1_i_token_factory.html">ITokenFactory</a>&gt;(),</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> applicationBuilder.ApplicationServices.GetRequiredService&lt;<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_port_provider.html">IServerPortProvider</a>&gt;(),</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> applicationBuilder.ApplicationServices.GetRequiredService&lt;<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_assembly_information_provider.html">IAssemblyInformationProvider</a>&gt;(),</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> applicationBuilder.ApplicationServices.GetRequiredService&lt;IOptions&lt;ControlPanelConfiguration&gt;&gt;(),</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> applicationBuilder.ApplicationServices.GetRequiredService&lt;IOptions&lt;GeneralConfiguration&gt;&gt;(),</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> applicationBuilder.ApplicationServices.GetRequiredService&lt;IOptions&lt;DatabaseConfiguration&gt;&gt;(),</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> applicationBuilder.ApplicationServices.GetRequiredService&lt;IOptions&lt;SecurityConfiguration&gt;&gt;(),</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> applicationBuilder.ApplicationServices.GetRequiredService&lt;IOptions&lt;SwarmConfiguration&gt;&gt;(),</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> applicationBuilder.ApplicationServices.GetRequiredService&lt;IOptions&lt;InternalConfiguration&gt;&gt;(),</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> applicationBuilder.ApplicationServices.GetRequiredService&lt;ILogger&lt;Application&gt;&gt;());</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> }</div>
</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span>}</div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions.html">Tgstation.Server.Host.Extensions.WebHostBuilderExtensions</a></div><div class="ttdoc">Extension methods for the IWebHostBuilder class.</div><div class="ttdef"><b>Definition</b> <a href="_web_host_builder_extensions_8cs_source.html#l00022">WebHostBuilderExtensions.cs:23</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions_html_a42fc1189044f38fe24e42880ce91c296"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions.html#a42fc1189044f38fe24e42880ce91c296">Tgstation.Server.Host.Extensions.WebHostBuilderExtensions.UseApplication</a></div><div class="ttdeci">static IWebHostBuilder UseApplication(this IWebHostBuilder builder, IAssemblyInformationProvider assemblyInformationProvider, IIOManager ioManager, IPostSetupServices postSetupServices, IFileSystem fileSystem)</div><div class="ttdoc">Workaround for using the Application class for server startup.</div><div class="ttdef"><b>Definition</b> <a href="_web_host_builder_extensions_8cs_source.html#l00033">WebHostBuilderExtensions.cs:33</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions_html_aa38e8d40574e3640929084c83f10b0f3"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_web_host_builder_extensions.html#aa38e8d40574e3640929084c83f10b0f3">Tgstation.Server.Host.Extensions.WebHostBuilderExtensions.ConfigureApplication</a></div><div class="ttdeci">static void ConfigureApplication(IApplicationBuilder applicationBuilder)</div><div class="ttdoc">Configures a given applicationBuilder .</div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html">Tgstation.Server.Host.Core.IServerControl</a></div><div class="ttdoc">Represents a service that may take an updated Host assembly and run it, stopping the current assembly...</div><div class="ttdef"><b>Definition</b> <a href="_i_server_control_8cs_source.html#l00009">IServerControl.cs:10</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_port_provider_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_port_provider.html">Tgstation.Server.Host.Core.IServerPortProvider</a></div><div class="ttdoc">Provides access to the server's HttpApiPort.</div><div class="ttdef"><b>Definition</b> <a href="_i_server_port_provider_8cs_source.html#l00006">IServerPortProvider.cs:7</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html">Tgstation.Server.Host.IO.IIOManager</a></div><div class="ttdoc">Interface for using filesystems.</div><div class="ttdef"><b>Definition</b> <a href="_i_i_o_manager_8cs_source.html#l00013">IIOManager.cs:14</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_security_1_1_i_token_factory_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_security_1_1_i_token_factory.html">Tgstation.Server.Host.Security.ITokenFactory</a></div><div class="ttdoc">For creating TokenResponses.</div><div class="ttdef"><b>Definition</b> <a href="_i_token_factory_8cs_source.html#l00012">ITokenFactory.cs:13</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_setup_1_1_i_post_setup_services_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_setup_1_1_i_post_setup_services.html">Tgstation.Server.Host.Setup.IPostSetupServices</a></div><div class="ttdoc">Set of objects needed to configure an Core.Application.</div><div class="ttdef"><b>Definition</b> <a href="_i_post_setup_services_8cs_source.html#l00009">IPostSetupServices.cs:10</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_assembly_information_provider_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_assembly_information_provider.html">Tgstation.Server.Host.System.IAssemblyInformationProvider</a></div><div class="ttdoc">For retrieving the Assembly's location.</div><div class="ttdef"><b>Definition</b> <a href="_i_assembly_information_provider_8cs_source.html#l00010">IAssemblyInformationProvider.cs:11</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:4</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_core_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_core.html">Tgstation.Server.Host.Core</a></div><div class="ttdef"><b>Definition</b> <a href="_command_pipe_manager_8cs_source.html#l00016">CommandPipeManager.cs:17</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_extensions_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_extensions.html">Tgstation.Server.Host.Extensions</a></div><div class="ttdef"><b>Definition</b> <a href="_application_builder_extensions_8cs_source.html#l00021">ApplicationBuilderExtensions.cs:22</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_i_o_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_i_o.html">Tgstation.Server.Host.IO</a></div><div class="ttdef"><b>Definition</b> <a href="_buffered_file_stream_provider_8cs_source.html#l00008">BufferedFileStreamProvider.cs:9</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_security_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_security.html">Tgstation.Server.Host.Security</a></div><div class="ttdef"><b>Definition</b> <a href="_authentication_context_8cs_source.html#l00007">AuthenticationContext.cs:8</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_setup_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_setup.html">Tgstation.Server.Host.Setup</a></div><div class="ttdef"><b>Definition</b> <a href="_i_post_setup_services_8cs_source.html#l00004">IPostSetupServices.cs:5</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_system_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_system.html">Tgstation.Server.Host.System</a></div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00008">AssemblyInformationProvider.cs:9</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>