Enum Feature
The metadata for FeatureParameterAttribute.
public enum Feature
Fields
CallerRef = 2Requests a reference to the calling IEzrObject. The parameter must be assignable from IEzrObject.
ExecutionRef = 3Requests a reference to the execution context. The parameter must be assignable from Context.
InterpreterRef = 4Requests a reference to the execution context. The parameter must be assignable from Interpreter.
KeywordArguments = 0Requests extra keyword arguments. The parameter must be assignable from System.Collections.Generic.Dictionary<TKey, TValue>.
PositionalArguments = 1Requests extra positional arguments. The parameter must be assignable from System.Collections.Generic.List<T>.
ResultRef = 5Requests a reference to the current RuntimeResult. The parameter must be assignable from RuntimeResult.