Files
tgstation-server/_assembly_information_provider_8cs_source.html

147 lines
21 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/System/AssemblyInformationProvider.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_3d220027e29e19c608b6d51ce3029c32.html">System</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">AssemblyInformationProvider.cs</div></div>
</div><!--header-->
<div class="contents">
<a href="_assembly_information_provider_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.Net.Http.Headers;</div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="keyword">using </span>System.Reflection;</div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_common.html">Tgstation.Server.Common</a>;</div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_common_1_1_extensions.html">Tgstation.Server.Common.Extensions</a>;</div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="foldopen" id="foldopen00008" data-start="{" data-end="}">
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"><a class="line" href="namespace_tgstation_1_1_server_1_1_host_1_1_system.html"> 8</a></span><span class="keyword">namespace </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="l00009" name="l00009"></a><span class="lineno"> 9</span>{</div>
<div class="foldopen" id="foldopen00011" data-start="{" data-end="};">
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html"> 11</a></span> <span class="keyword">sealed</span> <span class="keyword">class </span><a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html">AssemblyInformationProvider</a> : <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></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> {</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#aa4cd077258b22b53d6beaa0d78d70cb4"> 14</a></span> <span class="keyword">public</span> <span class="keywordtype">string</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#aa4cd077258b22b53d6beaa0d78d70cb4">VersionPrefix</a> =&gt; <a class="code hl_class" href="class_tgstation_1_1_server_1_1_common_1_1_constants.html">Constants</a>.<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_common_1_1_constants.html#a3cb26946dbba9ee3e5136e164af07f3e">CanonicalPackageName</a>;</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#ac1d47d91bd3883e453b23c120d1f0ec9"> 17</a></span> <span class="keyword">public</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#ac1d47d91bd3883e453b23c120d1f0ec9">Version</a> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#ac1d47d91bd3883e453b23c120d1f0ec9">Version</a> { <span class="keyword">get</span>; }</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a243bb96f99b715968e25fca18cb9f682"> 20</a></span> <span class="keyword">public</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a243bb96f99b715968e25fca18cb9f682">AssemblyName</a> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a243bb96f99b715968e25fca18cb9f682">AssemblyName</a> { <span class="keyword">get</span>; }</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a4ee4d18b244ceb1e969256a6de69ee74"> 23</a></span> <span class="keyword">public</span> <span class="keywordtype">string</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a4ee4d18b244ceb1e969256a6de69ee74">Path</a> { <span class="keyword">get</span>; }</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#ac9a43553319585f54b7a6b69d862250c"> 26</a></span> <span class="keyword">public</span> <span class="keywordtype">string</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#ac9a43553319585f54b7a6b69d862250c">VersionString</a> { <span class="keyword">get</span>; }</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a4180d619e00cbd2914f5c4458834b0f5"> 29</a></span> <span class="keyword">public</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a4180d619e00cbd2914f5c4458834b0f5">ProductInfoHeaderValue</a> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a4180d619e00cbd2914f5c4458834b0f5">ProductInfoHeaderValue</a> =&gt; <span class="keyword">new</span>(</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#aa4cd077258b22b53d6beaa0d78d70cb4">VersionPrefix</a>,</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#ac1d47d91bd3883e453b23c120d1f0ec9">Version</a>.ToString());</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="foldopen" id="foldopen00036" data-start="{" data-end="}">
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a5fd81262bcc6aeecc0608b630f96ced4"> 36</a></span> <span class="keyword">public</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a5fd81262bcc6aeecc0608b630f96ced4">AssemblyInformationProvider</a>()</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> {</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> Assembly assembly = Assembly.GetExecutingAssembly();</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a4ee4d18b244ceb1e969256a6de69ee74">Path</a> = assembly.Location;</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a243bb96f99b715968e25fca18cb9f682">AssemblyName</a> = assembly.GetName();</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#ac1d47d91bd3883e453b23c120d1f0ec9">Version</a> = <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a243bb96f99b715968e25fca18cb9f682">AssemblyName</a>.Version!.Semver();</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#ac9a43553319585f54b7a6b69d862250c">VersionString</a> = String.Concat(<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#aa4cd077258b22b53d6beaa0d78d70cb4">VersionPrefix</a>, <span class="stringliteral">&quot;-v&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#ac1d47d91bd3883e453b23c120d1f0ec9">Version</a>);</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> }</div>
</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> }</div>
</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>}</div>
</div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_common_1_1_constants_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_common_1_1_constants.html">Tgstation.Server.Common.Constants</a></div><div class="ttdoc">Constant values.</div><div class="ttdef"><b>Definition</b> <a href="_constants_8cs_source.html#l00006">Constants.cs:7</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_common_1_1_constants_html_a3cb26946dbba9ee3e5136e164af07f3e"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_common_1_1_constants.html#a3cb26946dbba9ee3e5136e164af07f3e">Tgstation.Server.Common.Constants.CanonicalPackageName</a></div><div class="ttdeci">const string CanonicalPackageName</div><div class="ttdoc">The name of the project.</div><div class="ttdef"><b>Definition</b> <a href="_constants_8cs_source.html#l00011">Constants.cs:11</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html">Tgstation.Server.Host.System.AssemblyInformationProvider</a></div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00011">AssemblyInformationProvider.cs:12</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider_html_a243bb96f99b715968e25fca18cb9f682"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a243bb96f99b715968e25fca18cb9f682">Tgstation.Server.Host.System.AssemblyInformationProvider.AssemblyName</a></div><div class="ttdeci">AssemblyName AssemblyName</div><div class="ttdoc">Gets the global::System.Reflection.AssemblyName.</div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00020">AssemblyInformationProvider.cs:20</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider_html_a4180d619e00cbd2914f5c4458834b0f5"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a4180d619e00cbd2914f5c4458834b0f5">Tgstation.Server.Host.System.AssemblyInformationProvider.ProductInfoHeaderValue</a></div><div class="ttdeci">ProductInfoHeaderValue ProductInfoHeaderValue</div><div class="ttdoc">The ProductInfoHeaderValue for the assembly.</div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00029">AssemblyInformationProvider.cs:29</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider_html_a4ee4d18b244ceb1e969256a6de69ee74"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a4ee4d18b244ceb1e969256a6de69ee74">Tgstation.Server.Host.System.AssemblyInformationProvider.Path</a></div><div class="ttdeci">string Path</div><div class="ttdoc">Gets the path to the executing assembly.</div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00023">AssemblyInformationProvider.cs:23</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider_html_a5fd81262bcc6aeecc0608b630f96ced4"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#a5fd81262bcc6aeecc0608b630f96ced4">Tgstation.Server.Host.System.AssemblyInformationProvider.AssemblyInformationProvider</a></div><div class="ttdeci">AssemblyInformationProvider()</div><div class="ttdoc">Initializes a new instance of the AssemblyInformationProvider class.</div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00036">AssemblyInformationProvider.cs:36</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider_html_aa4cd077258b22b53d6beaa0d78d70cb4"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#aa4cd077258b22b53d6beaa0d78d70cb4">Tgstation.Server.Host.System.AssemblyInformationProvider.VersionPrefix</a></div><div class="ttdeci">string VersionPrefix</div><div class="ttdoc">Prefix to VersionString.</div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00014">AssemblyInformationProvider.cs:14</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider_html_ac1d47d91bd3883e453b23c120d1f0ec9"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#ac1d47d91bd3883e453b23c120d1f0ec9">Tgstation.Server.Host.System.AssemblyInformationProvider.Version</a></div><div class="ttdeci">Version Version</div><div class="ttdoc">The version of the assembly.</div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00017">AssemblyInformationProvider.cs:17</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider_html_ac9a43553319585f54b7a6b69d862250c"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_assembly_information_provider.html#ac9a43553319585f54b7a6b69d862250c">Tgstation.Server.Host.System.AssemblyInformationProvider.VersionString</a></div><div class="ttdeci">string VersionString</div><div class="ttdoc">A more verbose version of Version.</div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00026">AssemblyInformationProvider.cs:26</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_common_1_1_extensions_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_common_1_1_extensions.html">Tgstation.Server.Common.Extensions</a></div><div class="ttdef"><b>Definition</b> <a href="_value_task_extensions_8cs_source.html#l00006">ValueTaskExtensions.cs:7</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_common_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_common.html">Tgstation.Server.Common</a></div><div class="ttdef"><b>Definition</b> <a href="_constants_8cs_source.html#l00001">Constants.cs:2</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>