alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MethodInvoker

    Represents the method invoker.

    Inheritance
    System.Object
    MethodInvoker
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.SmithChart
    Assembly: Syncfusion.SfSmithChart.WPF.dll
    Syntax
    public class MethodInvoker : 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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved