Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
        • EO.WebBrowser
        • Classes
          • AfterPrintEventArgs Class
          • BeforeContextMenuEventArgs Class
          • BeforeDownloadEventArgs Class
          • BeforeNavigateEventArgs Class
          • BeforePrintEventArgs Class
          • BeforeRequestLoadEventArgs Class
          • BrowserObject Class
          • CertificateErrorEventArgs Class
          • CommandEventArgs Class
          • CommandIds Class
          • ConsoleMessageEventArgs Class
          • ContextMenu Class
          • ContextMenuInfo Class
          • DOMNodeEventArgs Class
          • DOMNodeInfo Class
          • DownloadEventArgs Class
          • DownloadItem Class
          • DownloadResult Class
          • FileDialogEventArgs Class
          • FindSession Class
          • Frame Class
          • FrameEventArgs Class
          • FullscreenModeChangedArgs Class
          • GiveFocusEventArgs Class
          • JSDialogEventArgs Class
          • JSException Class
          • JSExtInvokeArgs Class
          • JSFunction Class
          • JSInvokeException Class
          • JSNull Class
          • JSObject Class
          • JSRealObject Class
          • JSUndefined Class
          • LaunchUrlEventArgs Class
          • LoadCompletedEventArgs Class
          • LoadFailedEventArgs Class
          • MenuItem Class
          • MenuItemCollection Class
          • NavigationTask Class
          • NeedClientCertificateEventArgs Class
          • NeedCredentialsEventArgs Class
          • NewWindowEventArgs Class
          • PostDataCollection Class
          • PostDataItem Class
          • PreloadTask Class
          • RawBitmapData Class
          • RenderUnresponsiveEventArgs Class
          • Request Class
          • RequestCanceledException Class
          • RequestEventArgs Class
          • RequestPermissionEventArgs Class
          • ResourceHandler Class
          • ResourceHandlerContext Class
          • Response Class
          • ResponseEventArgs Class
          • Runtime Class
          • ScriptTask Class
          • ScriptTaskDoneEventArgs Class
          • Shortcut Class
          • ShouldForceDownloadEventArgs Class
          • SSLStatus Class
          • ThreadRunner Class
          • WebView Class
          • WebViewClosedEventArgs Class
          • WebViewClosingEventArgs Class
          • WebViewTask Class
        • Interfaces
        • Enumerations
        • Delegates
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
JSFunction Members

The JSFunction class exposes the following members.

Properties
Name Description
Arguments Returns the argument for this function.
Caller Returns the caller of this function.
Item (inherited from JSObject) Gets or sets a property value.
Item (inherited from JSObject) Gets or sets a property value.
Name Gets the name of the function.
Methods
Name Description
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetPropertyNames (inherited from JSObject) Gets a list of property names exposed by this object.
GetType (inherited from Object) 
InvokeOverloaded. Invoke this method.
InvokeFunction (inherited from JSObject) Calls a function on this JavaScript object.
IsTheSame (inherited from JSObject) Compares whether two JavaScript objects are the same.
ToArray (inherited from JSObject) Converts this object to an array.
ToString Returns a string that represents the current object.
See Also