메소드 | 설명 | |
---|---|---|
PseudoTerminalRequestInfo ( ) : Renci.SshNet.Common |
Initializes a new instance of the PseudoTerminalRequestInfo class.
|
|
PseudoTerminalRequestInfo ( string environmentVariable, uint columns, uint rows, uint width, uint height, uint>.IDictionary |
Initializes a new instance of the PseudoTerminalRequestInfo class. The The column/row dimensions override the pixel dimensions(when nonzero). Pixel dimensions refer to the drawable area of the window. |
메소드 | 설명 | |
---|---|---|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
public PseudoTerminalRequestInfo ( ) : Renci.SshNet.Common | ||
리턴 | Renci.SshNet.Common |
public PseudoTerminalRequestInfo ( string environmentVariable, uint columns, uint rows, uint width, uint height, uint>.IDictionary |
||
environmentVariable | string | The |
columns | uint | The terminal width in columns. |
rows | uint | The terminal width in rows. |
width | uint | The terminal height in pixels. |
height | uint | The terminal height in pixels. |
terminalModeValues | uint>.IDictionary | The terminal mode values. |
리턴 | Renci.SshNet.Common |