Represents a render hook scope.
Constructors
public RenderHookScope(IAnsiConsole console, IRenderHook hook)
Initializes a new instance of the RenderHookScope class.
Parameters:
console (IAnsiConsole)The console to attach the render hook to.
hook (IRenderHook)The render hook.
Methods
public void Dispose()