menu

WPF

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

    Show / Hide Table of Contents

    Class MethodInvokerCache

    Class implementation for MethodInvokerCache

    Inheritance
    System.Object
    FastReflectionCache<System.Reflection.MethodInfo, IMethodInvoker>
    MethodInvokerCache
    Implements
    IFastReflectionCache<System.Reflection.MethodInfo, IMethodInvoker>
    Inherited Members
    FastReflectionCache<MethodInfo, IMethodInvoker>.Create(MethodInfo)
    FastReflectionCache<MethodInfo, IMethodInvoker>.Get(MethodInfo)
    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.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class MethodInvokerCache : FastReflectionCache<MethodInfo, IMethodInvoker>, IFastReflectionCache<MethodInfo, IMethodInvoker>

    Constructors

    MethodInvokerCache()

    Declaration
    public MethodInvokerCache()

    Methods

    Create(MethodInfo)

    Return the IMethodInvoker Value from the given MethodInfo

    Declaration
    protected override IMethodInvoker Create(MethodInfo key)
    Parameters
    Type Name Description
    System.Reflection.MethodInfo key
    Returns
    Type
    IMethodInvoker
    Overrides
    Syncfusion.Windows.Chart.FastReflectionCache<System.Reflection.MethodInfo, Syncfusion.Windows.Chart.IMethodInvoker>.Create(System.Reflection.MethodInfo)

    Implements

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