Method TryActivateEditor
- Namespace
- Alternet.Scripter.Integration
- Assembly
- Alternet.Scripter.Integration.v9.dll
TryActivateEditor(string)
Tries to activate specific IDebugEdit
.
public IDebugEdit TryActivateEditor(string fileName)
Parameters
fileName
stringFile name that specifies editor to be activated.
Returns
- IDebugEdit
IDebugEdit
that is opened if successful; otherwise, null.