Table of Contents

Class FileDeleteFunction

Namespace
StepLang.Framework.Other
Assembly
StepLang.dll
public class FileDeleteFunction : GenericFunction<StringResult>
Inheritance
FileDeleteFunction
Inherited Members

Constructors

FileDeleteFunction()

public FileDeleteFunction()

Fields

Identifier

public const string Identifier = "fileDelete"

Field Value

string

Properties

NativeParameters

protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }

Property Value

IEnumerable<NativeFunction.NativeParameter>

ReturnTypes

protected override IEnumerable<ResultType> ReturnTypes { get; }

Property Value

IEnumerable<ResultType>

Methods

Invoke(TokenLocation, Interpreter, StringResult)

protected override BoolResult Invoke(TokenLocation callLocation, Interpreter interpreter, StringResult argument1)

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 StringResult

Returns

BoolResult