public Shell CreateShell(
Stream input,
Stream output,
Stream extendedOutput,
string terminalName,
uint columns,
uint rows,
uint width,
uint height,
IDictionary<TerminalModes, uint> terminalModes,
int bufferSize
)
public Shell CreateShell(
Stream input,
Stream output,
Stream extendedOutput,
string terminalName,
uint columns,
uint rows,
uint width,
uint height,
IDictionary<TerminalModes, uint> terminalModes,
int bufferSize
)
Public Function CreateShell ( _
input As Stream, _
output As Stream, _
extendedOutput As Stream, _
terminalName As String, _
columns As UInteger, _
rows As UInteger, _
width As UInteger, _
height As UInteger, _
terminalModes As IDictionary(Of TerminalModes, UInteger), _
bufferSize As Integer _
) As Shell
Public Function CreateShell ( _
input As Stream, _
output As Stream, _
extendedOutput As Stream, _
terminalName As String, _
columns As UInteger, _
rows As UInteger, _
width As UInteger, _
height As UInteger, _
terminalModes As IDictionary(Of TerminalModes, UInteger), _
bufferSize As Integer _
) As Shell
public:
Shell^ CreateShell(
Stream^ input,
Stream^ output,
Stream^ extendedOutput,
String^ terminalName,
unsigned int columns,
unsigned int rows,
unsigned int width,
unsigned int height,
IDictionary<TerminalModes, unsigned int>^ terminalModes,
int bufferSize
)
public:
Shell^ CreateShell(
Stream^ input,
Stream^ output,
Stream^ extendedOutput,
String^ terminalName,
unsigned int columns,
unsigned int rows,
unsigned int width,
unsigned int height,
IDictionary<TerminalModes, unsigned int>^ terminalModes,
int bufferSize
)