C# Class Newtonsoft.Json.Utilities.DynamicUtils.BinderWrapper

ファイルを表示 Open project: AirConsole/airconsole-unity-plugin

Public Methods

Method Description
GetMember ( string name, Type context ) : System.Runtime.CompilerServices.CallSiteBinder
SetMember ( string name, Type context ) : System.Runtime.CompilerServices.CallSiteBinder

Private Methods

Method Description
CreateMemberCalls ( ) : void
CreateSharpArgumentInfoArray ( ) : object
Init ( ) : void

Method Details

GetMember() public static method

public static GetMember ( string name, Type context ) : System.Runtime.CompilerServices.CallSiteBinder
name string
context System.Type
return System.Runtime.CompilerServices.CallSiteBinder

SetMember() public static method

public static SetMember ( string name, Type context ) : System.Runtime.CompilerServices.CallSiteBinder
name string
context System.Type
return System.Runtime.CompilerServices.CallSiteBinder