Table of Contents

Method TryGetEditorByFileName

Namespace
Alternet.Scripter.Integration.Wpf
Assembly
Alternet.Scripter.Integration.Wpf.v9.dll

TryGetEditorByFileName(string)

Tries to open IDebugEdit with source code from the specified file.

public IDebugEdit TryGetEditorByFileName(string fileName)

Parameters

fileName string

File name to open.

Returns

IDebugEdit

IDebugEdit that is opened if successful; otherwise, null.