Files
tgstation-server/_process_8cs_source.html

458 lines
88 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/Process.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">Process.cs</div></div>
</div><!--header-->
<div class="contents">
<a href="_process_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.Diagnostics;</div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="keyword">using </span>System.Threading;</div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="keyword">using </span>System.Threading.Tasks;</div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">using </span>Microsoft.Extensions.Logging;</div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">using </span>Microsoft.Win32.SafeHandles;</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</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="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</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="l00012" name="l00012"></a><span class="lineno"> 12</span>{</div>
<div class="foldopen" id="foldopen00014" data-start="{" data-end="};">
<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_process.html"> 14</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_process.html">Process</a> : <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process.html">IProcess</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_process.html#a241e3eafb07a2dcd61d530098799432e"> 17</a></span> <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a> { <span class="keyword">get</span>; }</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
<div class="foldopen" id="foldopen00020" data-start="{" data-end="};">
<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_process.html#a1aba0a92230e6ae0cc871d5ba39197bd"> 20</a></span> <span class="keyword">public</span> DateTimeOffset? <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1aba0a92230e6ae0cc871d5ba39197bd">LaunchTime</a></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> {</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> <span class="keyword">get</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> {</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> {</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.StartTime;</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> }</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> {</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogWarning(ex, <span class="stringliteral">&quot;Failed to get PID {pid}&#39;s memory usage!&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <span class="keywordflow">return</span> <span class="keyword">null</span>;</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> }</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> }</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> }</div>
</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab4a4559a320a7a43607d3a705d86a9e8"> 37</a></span> <span class="keyword">public</span> Task <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab4a4559a320a7a43607d3a705d86a9e8">Startup</a> { <span class="keyword">get</span>; }</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a29a5e4220bacdcbeec4fc5a5221f196b"> 40</a></span> <span class="keyword">public</span> Task&lt;int?&gt; <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a29a5e4220bacdcbeec4fc5a5221f196b">Lifetime</a> { <span class="keyword">get</span>; }</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
<div class="foldopen" id="foldopen00043" data-start="{" data-end="};">
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#acc30744bf48e49cad922f45fccb06889"> 43</a></span> <span class="keyword">public</span> <span class="keywordtype">long</span>? <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#acc30744bf48e49cad922f45fccb06889">MemoryUsage</a></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> {</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keyword">get</span></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> {</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="keywordflow">try</span></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> <span class="keywordflow">return</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.PrivateMemorySize64;</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> }</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</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> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogWarning(ex, <span class="stringliteral">&quot;Failed to get PID {pid}&#39;s memory usage!&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keywordflow">return</span> <span class="keyword">null</span>;</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> }</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> }</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> }</div>
</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b740e7d72723a6e5fce40acf040c9"> 62</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features.html">IProcessFeatures</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b740e7d72723a6e5fce40acf040c9">processFeatures</a>;</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> </div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4"> 67</a></span> readonly ILogger&lt;Process&gt; <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>;</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9"> 72</a></span> readonly global::System.Diagnostics.Process <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a964230cb7edbee3b0e73aca0c5fdf02f"> 77</a></span> readonly CancellationTokenSource <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a964230cb7edbee3b0e73aca0c5fdf02f">cancellationTokenSource</a>;</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b39626a97cb5d3618dfd6d2fcefa2"> 83</a></span> readonly SafeProcessHandle <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b39626a97cb5d3618dfd6d2fcefa2">safeHandle</a>;</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> </div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#adb77bb79152d88a6ab400b27962b2b74"> 88</a></span> readonly Task&lt;string?&gt;? <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#adb77bb79152d88a6ab400b27962b2b74">readTask</a>;</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> </div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a042b916467ac5f016ac7064ca7de65df"> 93</a></span> readonly <span class="keywordtype">object</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a042b916467ac5f016ac7064ca7de65df">processTimeMeasureLock</a>;</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a097dafeee452d5c3001bc2dc2a3ed091"> 98</a></span> DateTimeOffset <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a097dafeee452d5c3001bc2dc2a3ed091">lastProcessorMeasureTime</a>;</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> </div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a509e7dcd3b534a57ab5ec172b190fdb8"> 103</a></span> TimeSpan <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a509e7dcd3b534a57ab5ec172b190fdb8">lastProcessorUsageTime</a>;</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a4ab0c230a88f3a153915274b27b24db8"> 108</a></span> <span class="keywordtype">double</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a4ab0c230a88f3a153915274b27b24db8">lastProcessorUsageEstimation</a>;</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ade9a31ee5858ce0033cd6e435c2d1508"> 113</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ade9a31ee5858ce0033cd6e435c2d1508">disposed</a>;</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> </div>
<div class="foldopen" id="foldopen00124" data-start="{" data-end="}">
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a066f4b5315599e1ded483c971345c8a6"> 124</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_process.html#a066f4b5315599e1ded483c971345c8a6">Process</a>(</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features.html">IProcessFeatures</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b740e7d72723a6e5fce40acf040c9">processFeatures</a>,</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> global::System.Diagnostics.Process <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>,</div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> CancellationTokenSource? readerCts,</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> Task&lt;string?&gt;? <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#adb77bb79152d88a6ab400b27962b2b74">readTask</a>,</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> ILogger&lt;Process&gt; <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>,</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="keywordtype">bool</span> preExisting)</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> {</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> this.handle = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>));</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> </div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> <span class="comment">// Do this fast because the runtime will bitch if we try to access it after it ends</span></div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b39626a97cb5d3618dfd6d2fcefa2">safeHandle</a> = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.SafeHandle;</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a> = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>;</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> </div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a964230cb7edbee3b0e73aca0c5fdf02f">cancellationTokenSource</a> = readerCts ?? <span class="keyword">new</span> CancellationTokenSource();</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> </div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> this.processFeatures = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b740e7d72723a6e5fce40acf040c9">processFeatures</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b740e7d72723a6e5fce40acf040c9">processFeatures</a>));</div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> </div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> this.readTask = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#adb77bb79152d88a6ab400b27962b2b74">readTask</a>;</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> </div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> this.logger = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>));</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> </div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a042b916467ac5f016ac7064ca7de65df">processTimeMeasureLock</a> = <span class="keyword">new</span> object();</div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> </div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a29a5e4220bacdcbeec4fc5a5221f196b">Lifetime</a> = <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#aece276c8da5d8ba1e7b073939b37829b">WrapLifetimeTask</a>();</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> </div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <span class="keywordflow">if</span> (preExisting)</div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> {</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab4a4559a320a7a43607d3a705d86a9e8">Startup</a> = Task.CompletedTask;</div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> <span class="keywordflow">return</span>;</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> }</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> </div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab4a4559a320a7a43607d3a705d86a9e8">Startup</a> = Task.Factory.StartNew(</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> () =&gt;</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> {</div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> {</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.WaitForInputIdle();</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> }</div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> {</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(ex, <span class="stringliteral">&quot;WaitForInputIdle() failed, this is normal.&quot;</span>);</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> }</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> },</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> CancellationToken.None, <span class="comment">// DCT: None available</span></div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_default_i_o_manager.html">DefaultIOManager</a>.<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_default_i_o_manager.html#ac6dfeef4e622bb46047169215099995d">BlockingTaskCreationOptions</a>,</div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> TaskScheduler.Current);</div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> </div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> {</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a509e7dcd3b534a57ab5ec172b190fdb8">lastProcessorUsageTime</a> = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.TotalProcessorTime;</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> }</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> {</div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(ex, <span class="stringliteral">&quot;Failed to measure initial process time.&quot;</span>);</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a509e7dcd3b534a57ab5ec172b190fdb8">lastProcessorUsageTime</a> = TimeSpan.Zero;</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> }</div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> </div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a097dafeee452d5c3001bc2dc2a3ed091">lastProcessorMeasureTime</a> = DateTimeOffset.UtcNow;</div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> </div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(<span class="stringliteral">&quot;Created process ID: {pid}&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> }</div>
</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> </div>
<div class="foldopen" id="foldopen00188" data-start="{" data-end="}">
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1691661c106317057ec570c6b8532041"> 188</a></span> <span class="keyword">public</span> async ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1691661c106317057ec570c6b8532041">DisposeAsync</a>()</div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> {</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> <span class="keywordflow">if</span> (Interlocked.Exchange(ref <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ade9a31ee5858ce0033cd6e435c2d1508">disposed</a>, 1) != 0)</div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <span class="keywordflow">return</span>;</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> </div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(<span class="stringliteral">&quot;Disposing PID {pid}...&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a964230cb7edbee3b0e73aca0c5fdf02f">cancellationTokenSource</a>.Cancel();</div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a964230cb7edbee3b0e73aca0c5fdf02f">cancellationTokenSource</a>.Dispose();</div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#adb77bb79152d88a6ab400b27962b2b74">readTask</a> != <span class="keyword">null</span>)</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#adb77bb79152d88a6ab400b27962b2b74">readTask</a>;</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> </div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> await <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a29a5e4220bacdcbeec4fc5a5221f196b">Lifetime</a>;</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> </div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b39626a97cb5d3618dfd6d2fcefa2">safeHandle</a>.Dispose();</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.Dispose();</div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> }</div>
</div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> </div>
<div class="foldopen" id="foldopen00206" data-start="{" data-end="}">
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a350bd55e8e25eeedc6dcfff2ce68409f"> 206</a></span> <span class="keyword">public</span> Task&lt;string?&gt; <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a350bd55e8e25eeedc6dcfff2ce68409f">GetCombinedOutput</a>(CancellationToken cancellationToken)</div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> {</div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#adb77bb79152d88a6ab400b27962b2b74">readTask</a> == <span class="keyword">null</span>)</div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <span class="keywordflow">throw</span> <span class="keyword">new</span> InvalidOperationException(<span class="stringliteral">&quot;Output/Error stream reading was not enabled!&quot;</span>);</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> </div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#adb77bb79152d88a6ab400b27962b2b74">readTask</a>.WaitAsync(cancellationToken);</div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> }</div>
</div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> </div>
<div class="foldopen" id="foldopen00215" data-start="{" data-end="}">
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a61e4788d938ba886eaf6e19ac5464460"> 215</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a61e4788d938ba886eaf6e19ac5464460">Terminate</a>()</div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> {</div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1152b5270b66aae510f8a9d2f98d3032">CheckDisposed</a>();</div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.HasExited)</div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> {</div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(<span class="stringliteral">&quot;PID {pid} already exited&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <span class="keywordflow">return</span>;</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> }</div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> </div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> {</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(<span class="stringliteral">&quot;Terminating PID {pid}...&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.Kill();</div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> <span class="keywordflow">if</span> (!<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.WaitForExit(5000))</div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogWarning(<span class="stringliteral">&quot;WaitForExit() on PID {pid} timed out!&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> }</div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> e)</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> {</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogDebug(e, <span class="stringliteral">&quot;PID {pid} termination exception!&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> }</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> }</div>
</div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> </div>
<div class="foldopen" id="foldopen00238" data-start="{" data-end="}">
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a363841873e7329d5b7c8d79bed0bb25d"> 238</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a363841873e7329d5b7c8d79bed0bb25d">AdjustPriority</a>(<span class="keywordtype">bool</span> higher)</div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> {</div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1152b5270b66aae510f8a9d2f98d3032">CheckDisposed</a>();</div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> var targetPriority = higher ? ProcessPriorityClass.AboveNormal : ProcessPriorityClass.BelowNormal;</div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> {</div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> handle.PriorityClass = targetPriority;</div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(<span class="stringliteral">&quot;Set PID {pid} to {targetPriority} priority&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>, targetPriority);</div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> }</div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> {</div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogWarning(ex, <span class="stringliteral">&quot;Unable to set priority for PID {id} to {targetPriority}!&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>, targetPriority);</div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> }</div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> }</div>
</div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> </div>
<div class="foldopen" id="foldopen00254" data-start="{" data-end="}">
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a838c384e77f8a221b385746d03e2d7eb"> 254</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a838c384e77f8a221b385746d03e2d7eb">SuspendProcess</a>()</div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> {</div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1152b5270b66aae510f8a9d2f98d3032">CheckDisposed</a>();</div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> {</div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b740e7d72723a6e5fce40acf040c9">processFeatures</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features.html#ac6b97694917044ddce0c3ba9c8478246">SuspendProcess</a>(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>);</div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(<span class="stringliteral">&quot;Suspended PID {pid}&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> }</div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> e)</div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> {</div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogError(e, <span class="stringliteral">&quot;Failed to suspend PID {pid}!&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> <span class="keywordflow">throw</span>;</div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> }</div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> }</div>
</div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> </div>
<div class="foldopen" id="foldopen00270" data-start="{" data-end="}">
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#aac2fe70341d620a0e240f824d05709ed"> 270</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#aac2fe70341d620a0e240f824d05709ed">ResumeProcess</a>()</div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> {</div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1152b5270b66aae510f8a9d2f98d3032">CheckDisposed</a>();</div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> {</div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b740e7d72723a6e5fce40acf040c9">processFeatures</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features.html#ad7b3670db0f89899889687e13a33f7c6">ResumeProcess</a>(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>);</div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(<span class="stringliteral">&quot;Resumed PID {pid}&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> }</div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> e)</div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> {</div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogError(e, <span class="stringliteral">&quot;Failed to resume PID {pid}!&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>);</div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> <span class="keywordflow">throw</span>;</div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> }</div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> }</div>
</div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> </div>
<div class="foldopen" id="foldopen00286" data-start="{" data-end="}">
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a9d40ee75283478c959949059a6aafe22"> 286</a></span> <span class="keyword">public</span> <span class="keywordtype">string</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a9d40ee75283478c959949059a6aafe22">GetExecutingUsername</a>()</div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> {</div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1152b5270b66aae510f8a9d2f98d3032">CheckDisposed</a>();</div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> var result = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b740e7d72723a6e5fce40acf040c9">processFeatures</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features.html#a52ab4ae774176eeed01605f35df723d2">GetExecutingUsername</a>(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>);</div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(<span class="stringliteral">&quot;PID {pid} Username: {username}&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>, result);</div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> <span class="keywordflow">return</span> result;</div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> }</div>
</div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> </div>
<div class="foldopen" id="foldopen00295" data-start="{" data-end="}">
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a371d3468a7bdcb78c4faefdc77e0a614"> 295</a></span> <span class="keyword">public</span> ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a371d3468a7bdcb78c4faefdc77e0a614">CreateDump</a>(<span class="keywordtype">string</span> outputFile, <span class="keywordtype">bool</span> minidump, CancellationToken cancellationToken)</div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> {</div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> ArgumentNullException.ThrowIfNull(outputFile);</div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1152b5270b66aae510f8a9d2f98d3032">CheckDisposed</a>();</div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> </div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(<span class="stringliteral">&quot;Dumping PID {pid} to {dumpFilePath}...&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>, outputFile);</div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b740e7d72723a6e5fce40acf040c9">processFeatures</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features.html#a62e862994d11a56a415e6a02475f4067">CreateDump</a>(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>, outputFile, minidump, cancellationToken);</div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> }</div>
</div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> </div>
<div class="foldopen" id="foldopen00305" data-start="{" data-end="}">
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a3cb8a821042236bfba494f767d643c85"> 305</a></span> <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a3cb8a821042236bfba494f767d643c85">MeasureProcessorTimeDelta</a>()</div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> {</div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> lock (<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a042b916467ac5f016ac7064ca7de65df">processTimeMeasureLock</a>)</div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> {</div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> {</div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> var now = DateTimeOffset.UtcNow;</div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span> var newTime = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.TotalProcessorTime;</div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> </div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> var timeDelta = now - <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a097dafeee452d5c3001bc2dc2a3ed091">lastProcessorMeasureTime</a>;</div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span> var newUsage = newTime - <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a509e7dcd3b534a57ab5ec172b190fdb8">lastProcessorUsageTime</a>;</div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> </div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a097dafeee452d5c3001bc2dc2a3ed091">lastProcessorMeasureTime</a> = now;</div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a509e7dcd3b534a57ab5ec172b190fdb8">lastProcessorUsageTime</a> = newTime;</div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> </div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> <span class="keywordflow">if</span> (timeDelta != TimeSpan.Zero)</div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a4ab0c230a88f3a153915274b27b24db8">lastProcessorUsageEstimation</a> = newUsage / (Environment.ProcessorCount * timeDelta);</div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> }</div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> {</div>
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogWarning(ex, <span class="stringliteral">&quot;Error measuring processor time delta!&quot;</span>);</div>
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> }</div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> </div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a4ab0c230a88f3a153915274b27b24db8">lastProcessorUsageEstimation</a>;</div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> }</div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> }</div>
</div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> </div>
<div class="foldopen" id="foldopen00336" data-start="{" data-end="}">
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#aece276c8da5d8ba1e7b073939b37829b"> 336</a></span> async Task&lt;int?&gt; <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#aece276c8da5d8ba1e7b073939b37829b">WrapLifetimeTask</a>()</div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> {</div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> <span class="keywordtype">bool</span> hasExited;</div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span> {</div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.WaitForExitAsync(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a964230cb7edbee3b0e73aca0c5fdf02f">cancellationTokenSource</a>.Token);</div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> hasExited = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> }</div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> <span class="keywordflow">catch</span> (OperationCanceledException ex)</div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> {</div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(ex, <span class="stringliteral">&quot;Process lifetime task cancelled!&quot;</span>);</div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> hasExited = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.HasExited;</div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> }</div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> </div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> <span class="keywordflow">if</span> (!hasExited)</div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> <span class="keywordflow">return</span> <span class="keyword">null</span>;</div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> </div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> var exitCode = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">handle</a>.ExitCode;</div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">logger</a>.LogTrace(<span class="stringliteral">&quot;PID {pid} exited with code {exitCode}&quot;</span>, <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Id</a>, exitCode);</div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> <span class="keywordflow">return</span> exitCode;</div>
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> }</div>
</div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> </div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1152b5270b66aae510f8a9d2f98d3032"> 361</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1152b5270b66aae510f8a9d2f98d3032">CheckDisposed</a>() =&gt; ObjectDisposedException.ThrowIf(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ade9a31ee5858ce0033cd6e435c2d1508">disposed</a> != 0, <span class="keyword">this</span>);</div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> }</div>
</div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span>}</div>
<div class="ttc" id="aclass_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_default_i_o_manager_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_default_i_o_manager.html">Tgstation.Server.Host.IO.DefaultIOManager</a></div><div class="ttdoc">IIOManager that resolves paths to Environment.CurrentDirectory.</div><div class="ttdef"><b>Definition</b> <a href="_default_i_o_manager_8cs_source.html#l00018">DefaultIOManager.cs:19</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_default_i_o_manager_html_ac6dfeef4e622bb46047169215099995d"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_default_i_o_manager.html#ac6dfeef4e622bb46047169215099995d">Tgstation.Server.Host.IO.DefaultIOManager.BlockingTaskCreationOptions</a></div><div class="ttdeci">const TaskCreationOptions BlockingTaskCreationOptions</div><div class="ttdoc">The TaskCreationOptions used to spawn Tasks for potentially long running, blocking operations.</div><div class="ttdef"><b>Definition</b> <a href="_default_i_o_manager_8cs_source.html#l00033">DefaultIOManager.cs:33</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html">Tgstation.Server.Host.System.Process</a></div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00014">Process.cs:15</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a042b916467ac5f016ac7064ca7de65df"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a042b916467ac5f016ac7064ca7de65df">Tgstation.Server.Host.System.Process.processTimeMeasureLock</a></div><div class="ttdeci">readonly object processTimeMeasureLock</div><div class="ttdoc">lock object for measuring processor time usage.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00093">Process.cs:93</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a066f4b5315599e1ded483c971345c8a6"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a066f4b5315599e1ded483c971345c8a6">Tgstation.Server.Host.System.Process.Process</a></div><div class="ttdeci">Process(IProcessFeatures processFeatures, global::System.Diagnostics.Process handle, CancellationTokenSource? readerCts, Task&lt; string?&gt;? readTask, ILogger&lt; Process &gt; logger, bool preExisting)</div><div class="ttdoc">Initializes a new instance of the Process class.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00124">Process.cs:124</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a097dafeee452d5c3001bc2dc2a3ed091"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a097dafeee452d5c3001bc2dc2a3ed091">Tgstation.Server.Host.System.Process.lastProcessorMeasureTime</a></div><div class="ttdeci">DateTimeOffset lastProcessorMeasureTime</div><div class="ttdoc">The last time MeasureProcessorTimeDelta was called.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00098">Process.cs:98</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a1152b5270b66aae510f8a9d2f98d3032"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1152b5270b66aae510f8a9d2f98d3032">Tgstation.Server.Host.System.Process.CheckDisposed</a></div><div class="ttdeci">void CheckDisposed()</div><div class="ttdoc">Throws an ObjectDisposedException if a method of the Process was called after DisposeAsync.</div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a1691661c106317057ec570c6b8532041"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1691661c106317057ec570c6b8532041">Tgstation.Server.Host.System.Process.DisposeAsync</a></div><div class="ttdeci">async ValueTask DisposeAsync()</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00188">Process.cs:188</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a1aba0a92230e6ae0cc871d5ba39197bd"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a1aba0a92230e6ae0cc871d5ba39197bd">Tgstation.Server.Host.System.Process.LaunchTime</a></div><div class="ttdeci">DateTimeOffset? LaunchTime</div><div class="ttdoc">When the process was started.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00020">Process.cs:21</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a241e3eafb07a2dcd61d530098799432e"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a241e3eafb07a2dcd61d530098799432e">Tgstation.Server.Host.System.Process.Id</a></div><div class="ttdeci">int Id</div><div class="ttdoc">The IProcess' ID.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00017">Process.cs:17</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a24428698a5b60b858c43dfd5529030e9"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a24428698a5b60b858c43dfd5529030e9">Tgstation.Server.Host.System.Process.handle</a></div><div class="ttdeci">readonly global::System.Diagnostics.Process handle</div><div class="ttdoc">The global::System.Diagnostics.Process object.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00072">Process.cs:72</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a29a5e4220bacdcbeec4fc5a5221f196b"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a29a5e4220bacdcbeec4fc5a5221f196b">Tgstation.Server.Host.System.Process.Lifetime</a></div><div class="ttdeci">Task&lt; int?&gt; Lifetime</div><div class="ttdoc">The Task&lt;TResult&gt; resulting in the exit code of the process or null if the process was detached.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00040">Process.cs:40</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a350bd55e8e25eeedc6dcfff2ce68409f"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a350bd55e8e25eeedc6dcfff2ce68409f">Tgstation.Server.Host.System.Process.GetCombinedOutput</a></div><div class="ttdeci">Task&lt; string?&gt; GetCombinedOutput(CancellationToken cancellationToken)</div><div class="ttdoc">Get the stderr and stdout output of the IProcess.A Task&lt;TResult&gt; resulting in the stderr and stdout o...</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00206">Process.cs:206</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a363841873e7329d5b7c8d79bed0bb25d"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a363841873e7329d5b7c8d79bed0bb25d">Tgstation.Server.Host.System.Process.AdjustPriority</a></div><div class="ttdeci">void AdjustPriority(bool higher)</div><div class="ttdoc">Set's the owned global::System.Diagnostics.Process.PriorityClass to a non-normal value.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00238">Process.cs:238</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a371d3468a7bdcb78c4faefdc77e0a614"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a371d3468a7bdcb78c4faefdc77e0a614">Tgstation.Server.Host.System.Process.CreateDump</a></div><div class="ttdeci">ValueTask CreateDump(string outputFile, bool minidump, CancellationToken cancellationToken)</div><div class="ttdoc">Create a dump file of the process.A ValueTask representing the running operation.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00295">Process.cs:295</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a3cb8a821042236bfba494f767d643c85"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a3cb8a821042236bfba494f767d643c85">Tgstation.Server.Host.System.Process.MeasureProcessorTimeDelta</a></div><div class="ttdeci">double MeasureProcessorTimeDelta()</div><div class="ttdoc">Gets the estimated CPU usage fraction of the process based on the last time this was called....</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00305">Process.cs:305</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a4ab0c230a88f3a153915274b27b24db8"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a4ab0c230a88f3a153915274b27b24db8">Tgstation.Server.Host.System.Process.lastProcessorUsageEstimation</a></div><div class="ttdeci">double lastProcessorUsageEstimation</div><div class="ttdoc">The last valid return value of MeasureProcessorTimeDelta.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00108">Process.cs:108</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a509e7dcd3b534a57ab5ec172b190fdb8"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a509e7dcd3b534a57ab5ec172b190fdb8">Tgstation.Server.Host.System.Process.lastProcessorUsageTime</a></div><div class="ttdeci">TimeSpan lastProcessorUsageTime</div><div class="ttdoc">The last value of global::System.Diagnostics.Process.TotalProcessorTime.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00103">Process.cs:103</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a61e4788d938ba886eaf6e19ac5464460"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a61e4788d938ba886eaf6e19ac5464460">Tgstation.Server.Host.System.Process.Terminate</a></div><div class="ttdeci">void Terminate()</div><div class="ttdoc">Asycnhronously terminates the process.To ensure the IProcess has ended, use the IProcessBase....</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00215">Process.cs:215</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a781e9616bea46323ba098c782b6fafe4"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a781e9616bea46323ba098c782b6fafe4">Tgstation.Server.Host.System.Process.logger</a></div><div class="ttdeci">readonly ILogger&lt; Process &gt; logger</div><div class="ttdoc">The ILogger for the Process.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00067">Process.cs:67</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a838c384e77f8a221b385746d03e2d7eb"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a838c384e77f8a221b385746d03e2d7eb">Tgstation.Server.Host.System.Process.SuspendProcess</a></div><div class="ttdeci">void SuspendProcess()</div><div class="ttdoc">Suspends the process.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00254">Process.cs:254</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a964230cb7edbee3b0e73aca0c5fdf02f"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a964230cb7edbee3b0e73aca0c5fdf02f">Tgstation.Server.Host.System.Process.cancellationTokenSource</a></div><div class="ttdeci">readonly CancellationTokenSource cancellationTokenSource</div><div class="ttdoc">The CancellationTokenSource used to shutdown the readTask and Lifetime.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00077">Process.cs:77</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_a9d40ee75283478c959949059a6aafe22"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#a9d40ee75283478c959949059a6aafe22">Tgstation.Server.Host.System.Process.GetExecutingUsername</a></div><div class="ttdeci">string GetExecutingUsername()</div><div class="ttdoc">Get the name of the account executing the IProcess.The name of the account executing the IProcess.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00286">Process.cs:286</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_aac2fe70341d620a0e240f824d05709ed"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#aac2fe70341d620a0e240f824d05709ed">Tgstation.Server.Host.System.Process.ResumeProcess</a></div><div class="ttdeci">void ResumeProcess()</div><div class="ttdoc">Resumes the process.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00270">Process.cs:270</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_ab37b39626a97cb5d3618dfd6d2fcefa2"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b39626a97cb5d3618dfd6d2fcefa2">Tgstation.Server.Host.System.Process.safeHandle</a></div><div class="ttdeci">readonly SafeProcessHandle safeHandle</div><div class="ttdoc">The global::System.Diagnostics.Process.SafeHandle.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00083">Process.cs:83</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_ab37b740e7d72723a6e5fce40acf040c9"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab37b740e7d72723a6e5fce40acf040c9">Tgstation.Server.Host.System.Process.processFeatures</a></div><div class="ttdeci">readonly IProcessFeatures processFeatures</div><div class="ttdoc">The IProcessFeatures for the Process.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00062">Process.cs:62</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_ab4a4559a320a7a43607d3a705d86a9e8"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ab4a4559a320a7a43607d3a705d86a9e8">Tgstation.Server.Host.System.Process.Startup</a></div><div class="ttdeci">Task Startup</div><div class="ttdoc">The Task representing the time until the IProcess becomes &quot;idle&quot;.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00037">Process.cs:37</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_acc30744bf48e49cad922f45fccb06889"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#acc30744bf48e49cad922f45fccb06889">Tgstation.Server.Host.System.Process.MemoryUsage</a></div><div class="ttdeci">long? MemoryUsage</div><div class="ttdoc">Gets the process' memory usage in bytes.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00043">Process.cs:44</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_adb77bb79152d88a6ab400b27962b2b74"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#adb77bb79152d88a6ab400b27962b2b74">Tgstation.Server.Host.System.Process.readTask</a></div><div class="ttdeci">readonly? Task&lt; string?&gt; readTask</div><div class="ttdoc">The Task&lt;TResult&gt; resulting in the process' standard output/error text.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00088">Process.cs:88</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_ade9a31ee5858ce0033cd6e435c2d1508"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#ade9a31ee5858ce0033cd6e435c2d1508">Tgstation.Server.Host.System.Process.disposed</a></div><div class="ttdeci">int disposed</div><div class="ttdoc">If the Process was disposed.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00113">Process.cs:113</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_process_html_aece276c8da5d8ba1e7b073939b37829b"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_process.html#aece276c8da5d8ba1e7b073939b37829b">Tgstation.Server.Host.System.Process.WrapLifetimeTask</a></div><div class="ttdeci">async Task&lt; int?&gt; WrapLifetimeTask()</div><div class="ttdoc">Attaches a log message to the process' exit event.</div><div class="ttdef"><b>Definition</b> <a href="_process_8cs_source.html#l00336">Process.cs:336</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features.html">Tgstation.Server.Host.System.IProcessFeatures</a></div><div class="ttdoc">Abstraction for suspending and resuming processes.</div><div class="ttdef"><b>Definition</b> <a href="_i_process_features_8cs_source.html#l00009">IProcessFeatures.cs:10</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features_html_a52ab4ae774176eeed01605f35df723d2"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features.html#a52ab4ae774176eeed01605f35df723d2">Tgstation.Server.Host.System.IProcessFeatures.GetExecutingUsername</a></div><div class="ttdeci">string GetExecutingUsername(global::System.Diagnostics.Process process)</div><div class="ttdoc">Get the name of the user executing a given process .</div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features_html_a62e862994d11a56a415e6a02475f4067"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features.html#a62e862994d11a56a415e6a02475f4067">Tgstation.Server.Host.System.IProcessFeatures.CreateDump</a></div><div class="ttdeci">ValueTask CreateDump(global::System.Diagnostics.Process process, string outputFile, bool minidump, CancellationToken cancellationToken)</div><div class="ttdoc">Create a dump file for a given process .</div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features_html_ac6b97694917044ddce0c3ba9c8478246"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features.html#ac6b97694917044ddce0c3ba9c8478246">Tgstation.Server.Host.System.IProcessFeatures.SuspendProcess</a></div><div class="ttdeci">void SuspendProcess(global::System.Diagnostics.Process process)</div><div class="ttdoc">Suspend a given process .</div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features_html_ad7b3670db0f89899889687e13a33f7c6"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_features.html#ad7b3670db0f89899889687e13a33f7c6">Tgstation.Server.Host.System.IProcessFeatures.ResumeProcess</a></div><div class="ttdeci">void ResumeProcess(global::System.Diagnostics.Process process)</div><div class="ttdoc">Resume a given suspended global::System.Diagnostics.Process.</div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process.html">Tgstation.Server.Host.System.IProcess</a></div><div class="ttdoc">Abstraction over a global::System.Diagnostics.Process.</div><div class="ttdef"><b>Definition</b> <a href="_i_process_8cs_source.html#l00010">IProcess.cs:11</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_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>