Table of Contents

Method TryActivateEditor

Namespace
Alternet.Scripter.Integration.Wpf
Assembly
Alternet.Scripter.Integration.Wpf.v9.dll

TryActivateEditor(string)

Tries to activate specific IDebugEdit.

public IDebugEdit TryActivateEditor(string fileName)

Parameters

fileName string

Specifies editor to be activated.

Returns

IDebugEdit

IDebugEdit that is activated if successful; otherwise, null.