menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MethodInvoker - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MethodInvoker

    Represents the method invoker.

    Inheritance
    System.Object
    MethodInvoker
    Namespace: Syncfusion.UI.Xaml.SmithChart
    Assembly: Syncfusion.SfSmithChart.UWP.dll
    Syntax
    public class MethodInvoker : Object, IMethodInvoker

    Constructors

    MethodInvoker(MethodInfo)

    Initializes a new instance of the MethodInvoker class.

    Declaration
    public MethodInvoker(MethodInfo methodInfo)
    Parameters
    Type Name Description
    System.Reflection.MethodInfo methodInfo

    The Method Information

    Properties

    MethodInfo

    Gets or private sets the MethodInfo.

    Declaration
    public MethodInfo MethodInfo { get; }
    Property Value
    Type
    System.Reflection.MethodInfo

    Methods

    Invoke(Object, Object[])

    Invoke method

    Declaration
    public object Invoke(object instance, params object[] parameters)
    Parameters
    Type Name Description
    System.Object instance

    The Instance

    System.Object[] parameters

    The Parameters

    Returns
    Type Description
    System.Object

    The invoker

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved