Interface IFunctionBinderCore
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IFunctionBinderCore : IVersionedDisposable<ushort>
Properties
ArgumentPusher
View Source
Declaration
ValuePusher ArgumentPusher { get; }
Methods
CreateFrame()
View Source
Declaration
StackFrame CreateFrame()
Returns
TakeResults(ValuePusher)
View Source
Declaration
void TakeResults(ValuePusher resultValuePusher)
Parameters
Type | Name |
---|---|
WaaS.ComponentModel.Runtime.ValuePusher | resultValuePusher |