Table of Contents

Method ExecuteCommandInDebuggerThread

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.v9.dll

ExecuteCommandInDebuggerThread(Action)

Executes action in the UI thread.

public Task ExecuteCommandInDebuggerThread(Action action)

Parameters

action Action

Action to be executed.

Returns

Task

Task containing result of execution.