MCPcopy Index your code
hub / github.com/CCob/BOF.NET / ToString

Method ToString

managed/BOFNET/BeaconJob.cs:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public override string ToString() {
33 return $"Type: {BeaconObject.GetType().Name}, Id: {Thread.ManagedThreadId}, Active: {Thread.IsAlive}, Console Data: {BeaconConsole.HasData}";
34 }
35 }
36}

Callers 2

SendHashesMethod · 0.80
UnpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected