MCPcopy Create free account
hub / github.com/bytecode77/r77-rootkit / Write

Method Write

TestConsole/Helper/ControlPipe.cs:41–44  ·  view source on GitHub ↗

Writes a control code to the control pipe. The to write.

(ControlCode controlCode)

Source from the content-addressed store, hash-verified

39 /// </summary>
40 /// <param name="controlCode">The <see cref="ControlCode" /> to write.</param>
41 public static void Write(ControlCode controlCode)
42 {
43 Write(controlCode, null, null);
44 }
45 /// <summary>
46 /// Writes a control code to the control pipe.
47 /// </summary>

Calls 2

InformationMethod · 0.80
ErrorMethod · 0.80

Tested by

no test coverage detected