Skip to main content

Class CoreBinder

Assembly: WaaS.Core.dll
View Source
Declaration
public class CoreBinder : Binder

Inheritance: System.Object -> WaaS.Runtime.Bindings.Binder

Fields

Instance

View Source
Declaration
public static readonly CoreBinder Instance

Methods

GetMarshalContext()

View Source
Declaration
public override IMarshalContext GetMarshalContext()
Returns

WaaS.Runtime.Bindings.IMarshalContext

GetUnmarshalContext()

View Source
Declaration
public override IUnmarshalContext GetUnmarshalContext()
Returns

WaaS.Runtime.Bindings.IUnmarshalContext

Extension Methods

  • WaaS.Runtime.Bindings.Binder.WaaS.Runtime.Bindings.BindingExtensions.InvokeAsync(WaaS.Runtime.ExecutionContext,WaaS.Runtime.IInvocableFunction,System.Object[])
  • WaaS.Runtime.Bindings.Binder.WaaS.Runtime.Bindings.BindingExtensions.InvokeAsync``1(WaaS.Runtime.ExecutionContext,WaaS.Runtime.IInvocableFunction,System.Object[])
  • WaaS.Runtime.Bindings.Binder.WaaS.Runtime.Bindings.BindingExtensions.Invoke``1(WaaS.Runtime.ExecutionContext,WaaS.Runtime.IInvocableFunction,System.Object[])
  • WaaS.Runtime.Bindings.Binder.WaaS.Runtime.Bindings.BindingExtensions.ToAsyncExternalFunction(System.Delegate)
  • WaaS.Runtime.Bindings.Binder.WaaS.Runtime.Bindings.BindingExtensions.ToExternalFunction(System.Delegate)