Click or drag to resize

ScribuntoConsoleResetAsync Method

This is preliminary documentation and is subject to change.

Overload List
 NameDescription
Public methodResetAsync Resets the current Lua evaluation session with empty module content and dummy module title.
Public methodResetAsync(String) Resets the current Lua evaluation session with the specified module content and dummy module title.
Public methodResetAsync(String, CancellationToken) Resets the current Lua evaluation session with the specified module content and dummy module title.
Public methodResetAsync(String, String, CancellationToken) Resets the current Lua evaluation session with the specified module content and module title.
Top
See Also