Method TryGetEditorByFileName
- Namespace
- Alternet.Scripter.Integration
- Assembly
- Alternet.Scripter.Integration.v9.dll
TryGetEditorByFileName(string)
Tries to open IDebugEdit
with a source code from the specified file.
public IDebugEdit TryGetEditorByFileName(string fileName)
Parameters
fileName
stringFile name to open.
Returns
- IDebugEdit
IDebugEdit
that is opened if successful; otherwise, null.