Table of Contents

Class CurrentApp

Namespace
Albatross.Expression.Prefix
Assembly
Albatross.Expression.dll

Prefix operation that returns the current app domain friendly name

Operand Count: 0

Output Type: string

public class CurrentApp : PrefixExpression, IPrefixExpression, IExpression, IToken
Inheritance
CurrentApp
Implements
Inherited Members
Extension Methods

Constructors

CurrentApp()

public CurrentApp()

Methods

Run(List<object>)

Executes the prefix function with the evaluated operand values. Derived classes should override this method to implement specific function logic.

protected override object Run(List<object> operands)

Parameters

operands List<object>

The list of evaluated operand values.

Returns

object

The result of the function.