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