c# - Access and modify Console.Readline() programmatically -


in c# console.readline() implements history buffer of previous strings read through console. buffer can accessed arrows , down , f7 button. there way access , modify buffer programmatically within code?

i'm pretty sure that's not part of console.readline() - that's native operating system. command window whether or not run console app.

it may possible access input buffer, don't think you're going via standard clr objects. instead think you'll need use unsafe access win32 api (presuming you're on win32).

this link talks console , it's available functions , properties via api that's can offer.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -