C# Class IronPython.Runtime.Types.TypeInfo.ResolveBinder

MemberBinder which searches the entire type hierarchy and their extension types to find a member.
Inheritance: MemberBinder
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
GetBaseInstanceMethod ( Type type ) : MemberGroup
GetContributingTypes ( Type t ) : IList
GetInterfaces ( Type t ) : IList
GetMember ( Type type, string name ) : MemberGroup
ResolveBinder ( PythonBinder binder ) : System

Method Details

GetBaseInstanceMethod() public méthode

public GetBaseInstanceMethod ( Type type ) : MemberGroup
type System.Type
Résultat MemberGroup

GetContributingTypes() public méthode

public GetContributingTypes ( Type t ) : IList
t System.Type
Résultat IList

GetInterfaces() public méthode

public GetInterfaces ( Type t ) : IList
t System.Type
Résultat IList

GetMember() public méthode

public GetMember ( Type type, string name ) : MemberGroup
type System.Type
name string
Résultat MemberGroup

ResolveBinder() public méthode

public ResolveBinder ( PythonBinder binder ) : System
binder IronPython.Runtime.Binding.PythonBinder
Résultat System