Table of Contents

Method HasBeenModified

Namespace
Alternet.Scripter.Debugger.Dap
Assembly
Alternet.Scripter.Debugger.Dap.v9.dll

HasBeenModified(IScriptSource)

When implemented by a class, compares file modification dates against to other script source.

bool HasBeenModified(IScriptSource other)

Parameters

other IScriptSource

IScriptSource to compare.

Returns

bool

True, if source has been changed since last compilation; otherwise false.