Skip to content

NodeProcess.Stdin property

Gets a stream connected to the current process or worker thread stdin.

C#
public static Stream Stdin { get; }

See Also

Released under the MIT license