Search Results for

    Show / Hide Table of Contents

    Class MethodAccessor<T, TDelegate>

    A type containing utilities for calling non-public methods on an object.

    Inheritance
    Object
    MethodAccessor<T, TDelegate>
    Namespace: IPA.Utilities
    Assembly: IPA.Loader.dll
    Syntax
    public static class MethodAccessor<T, TDelegate> : object where TDelegate : Delegate
    Type Parameters
    Name Description
    T

    the type to find the methods on

    TDelegate

    the delegate type to create, and to use as a signature to search for

    Methods

    | Improve this Doc View Source

    GetDelegate(String)

    Gets a delegate to the named method with the signature specified by TDelegate.

    Declaration
    public static TDelegate GetDelegate(string name)
    Parameters
    Type Name Description
    String name

    the name of the method to get

    Returns
    Type Description
    TDelegate

    a delegate that can call the specified method

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX