Interface IScriptGlobals
Interface for scripting context.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Scripting
Assembly: Kephas.Scripting.dll
Syntax
public interface IScriptGlobals : IExpando, IDynamicMetaObjectProvider, IIndexable
Properties
| Improve this Doc View SourceArgs
Gets the global arguments.
Declaration
IExpando Args { get; }
Property Value
Type | Description |
---|---|
IExpando | The global arguments. |