Show / Hide Table of Contents

    Class LateBoundReflectionDelegateFactory

    Inheritance
    System.Object
    ReflectionDelegateFactory
    LateBoundReflectionDelegateFactory
    Inherited Members
    ReflectionDelegateFactory.CreateGet<T>(MemberInfo)
    ReflectionDelegateFactory.CreateSet<T>(MemberInfo)
    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: Bayat.Json.Utilities
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public class LateBoundReflectionDelegateFactory : ReflectionDelegateFactory

    Properties

    | Improve this Doc View Source

    Instance

    Declaration
    public static ReflectionDelegateFactory Instance { get; }
    Property Value
    Type Description
    ReflectionDelegateFactory

    Methods

    | Improve this Doc View Source

    CreateDefaultConstructor<T>(Type)

    Declaration
    public override Func<T> CreateDefaultConstructor<T>(Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    System.Func<T>
    Type Parameters
    Name Description
    T
    Overrides
    ReflectionDelegateFactory.CreateDefaultConstructor<T>(Type)
    | Improve this Doc View Source

    CreateGet<T>(FieldInfo)

    Declaration
    public override Func<T, object> CreateGet<T>(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    System.Reflection.FieldInfo fieldInfo
    Returns
    Type Description
    System.Func<T, System.Object>
    Type Parameters
    Name Description
    T
    Overrides
    ReflectionDelegateFactory.CreateGet<T>(FieldInfo)
    | Improve this Doc View Source

    CreateGet<T>(PropertyInfo)

    Declaration
    public override Func<T, object> CreateGet<T>(PropertyInfo propertyInfo)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo propertyInfo
    Returns
    Type Description
    System.Func<T, System.Object>
    Type Parameters
    Name Description
    T
    Overrides
    ReflectionDelegateFactory.CreateGet<T>(PropertyInfo)
    | Improve this Doc View Source

    CreateMethodCall<T>(MethodBase)

    Declaration
    public override MethodCall<T, object> CreateMethodCall<T>(MethodBase method)
    Parameters
    Type Name Description
    System.Reflection.MethodBase method
    Returns
    Type Description
    MethodCall<T, System.Object>
    Type Parameters
    Name Description
    T
    Overrides
    ReflectionDelegateFactory.CreateMethodCall<T>(MethodBase)
    | Improve this Doc View Source

    CreateParameterizedConstructor(MethodBase)

    Declaration
    public override ObjectConstructor<object> CreateParameterizedConstructor(MethodBase method)
    Parameters
    Type Name Description
    System.Reflection.MethodBase method
    Returns
    Type Description
    ObjectConstructor<System.Object>
    Overrides
    ReflectionDelegateFactory.CreateParameterizedConstructor(MethodBase)
    | Improve this Doc View Source

    CreateSet<T>(FieldInfo)

    Declaration
    public override Action<T, object> CreateSet<T>(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    System.Reflection.FieldInfo fieldInfo
    Returns
    Type Description
    System.Action<T, System.Object>
    Type Parameters
    Name Description
    T
    Overrides
    ReflectionDelegateFactory.CreateSet<T>(FieldInfo)
    | Improve this Doc View Source

    CreateSet<T>(PropertyInfo)

    Declaration
    public override Action<T, object> CreateSet<T>(PropertyInfo propertyInfo)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo propertyInfo
    Returns
    Type Description
    System.Action<T, System.Object>
    Type Parameters
    Name Description
    T
    Overrides
    ReflectionDelegateFactory.CreateSet<T>(PropertyInfo)
    • Improve this Doc
    • View Source
    • 0 Comments