CreateConsoleScreenBuffer in CS

how can i get the CreateConsoleScreenBuffer function in C#?
2 Replies
Auger
Auger3y ago
I'd think either using PInvoke or write a DllImport and extern method signature would achieve this
Gooster
Gooster3y ago
you want to use pinvoke to write to the console directly? (its much faster tham the console class)

Did you find this page helpful?