tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
System
IDotnetDumpService.cs
Go to the documentation of this file.
1
using
System.Threading;
2
using
System.Threading.Tasks;
3
4
namespace
Tgstation.Server.Host.System
5
{
9
public
interface
IDotnetDumpService
10
{
19
ValueTask
Dump
(
IProcess
process,
string
outputFile,
bool
minidump, CancellationToken cancellationToken);
20
}
21
}
Tgstation.Server.Host.System.IDotnetDumpService
Service for managing the dotnet-dump installation.
Definition
IDotnetDumpService.cs:10
Tgstation.Server.Host.System.IDotnetDumpService.Dump
ValueTask Dump(IProcess process, string outputFile, bool minidump, CancellationToken cancellationToken)
Attempt to dump a given process .
Tgstation.Server.Host.System.IProcess
Abstraction over a global::System.Diagnostics.Process.
Definition
IProcess.cs:11
Tgstation.Server.Host.System
Definition
AssemblyInformationProvider.cs:9
Generated by
1.9.8