Class FileResponseFunction
public class FileResponseFunction : GenericFunction<StringResult, ExpressionResult>
- Inheritance
-
FileResponseFunction
- Inherited Members
Constructors
FileResponseFunction()
public FileResponseFunction()
Fields
Identifier
public const string Identifier = "fileResponse"
Field Value
Properties
NativeParameters
protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }
Property Value
ReturnTypes
protected override IEnumerable<ResultType> ReturnTypes { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter, StringResult, ExpressionResult)
protected override MapResult Invoke(TokenLocation callLocation, Interpreter interpreter, StringResult argument1, ExpressionResult argument2)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
StringResultargument2
ExpressionResult