Table of Contents

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 string

File name to open.

Returns

DebugCodeEdit

DebugCodeEdit that is opened if successful; otherwise, null.