Show / Hide Table of Contents

    Class MethodInfoExtensions

    Represents the method info extensions.

    Inheritance
    Object
    MethodInfoExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Reflection
    Assembly: Platform.Reflection.dll
    Syntax
    public static class MethodInfoExtensions

    Methods

    | Improve this Doc View Source

    GetILBytes(MethodInfo)

    Gets the il bytes using the specified method info.

    Declaration
    public static byte[] GetILBytes(this MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo

    The method info.

    Returns
    Type Description
    Byte[]

    The byte array

    | Improve this Doc View Source

    GetParameterTypes(MethodInfo)

    Gets the parameter types using the specified method info.

    Declaration
    public static Type[] GetParameterTypes(this MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo

    The method info.

    Returns
    Type Description
    Type[]

    The type array

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