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