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