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