WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MethodInvokerFactory - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MethodInvokerFactory

    Class implementation for MethodInvokerFactory

    Inheritance
    System.Object
    MethodInvokerFactory
    Implements
    IFastReflectionFactory<System.Reflection.MethodInfo, IMethodInvoker>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class MethodInvokerFactory : IFastReflectionFactory<MethodInfo, IMethodInvoker>

    Constructors

    MethodInvokerFactory()

    Declaration
    public MethodInvokerFactory()

    Methods

    Create(MethodInfo)

    Return IMethodInvoker value from the given MethodInfo

    Declaration
    public IMethodInvoker Create(MethodInfo key)
    Parameters
    Type Name Description
    System.Reflection.MethodInfo key
    Returns
    Type Description
    IMethodInvoker

    Explicit Interface Implementations

    IFastReflectionFactory<MethodInfo, IMethodInvoker>.Create(MethodInfo)

    Declaration
    IMethodInvoker IFastReflectionFactory<MethodInfo, IMethodInvoker>.Create(MethodInfo key)
    Parameters
    Type Name Description
    System.Reflection.MethodInfo key
    Returns
    Type Description
    IMethodInvoker

    Implements

    IFastReflectionFactory<TKey, TValue>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved