Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalcEngine.LibraryFunction

    Show / Hide Table of Contents

    Class CalcEngine.LibraryFunction

    Delegate used to define functions that you add to the function library.

    Inheritance
    System.Object
    CalcEngine.LibraryFunction
    Namespace: Syncfusion.XlsIO.Calculate
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class LibraryFunction : MulticastDelegate

    Constructors

    LibraryFunction(Object, IntPtr)

    Declaration
    public LibraryFunction(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string args, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String args
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual string EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.String

    Invoke(String)

    Declaration
    public virtual string Invoke(string args)
    Parameters
    Type Name Description
    System.String args
    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved