Show / Hide Table of Contents

    Class DynamicUtils.BinderWrapper

    Inheritance
    System.Object
    DynamicUtils.BinderWrapper
    Inherited Members
    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 static class BinderWrapper

    Fields

    | Improve this Doc View Source

    CSharpAssemblyName

    Declaration
    public const string CSharpAssemblyName = "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
    Field Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetMember(String, Type)

    Declaration
    public static CallSiteBinder GetMember(string name, Type context)
    Parameters
    Type Name Description
    System.String name
    System.Type context
    Returns
    Type Description
    System.Runtime.CompilerServices.CallSiteBinder
    | Improve this Doc View Source

    SetMember(String, Type)

    Declaration
    public static CallSiteBinder SetMember(string name, Type context)
    Parameters
    Type Name Description
    System.String name
    System.Type context
    Returns
    Type Description
    System.Runtime.CompilerServices.CallSiteBinder
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    • Fields
      • CSharpAssemblyName
    • Methods
      • GetMember(String, Type)
      • SetMember(String, Type)