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 SourceCSharpAssemblyName
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 SourceGetMember(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 |
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 |