C# 클래스 Microsoft.Scripting.Runtime.ReflectionCache

Provides a cache of reflection members. Only one set of values is ever handed out per a specific request.
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
GetMethodGroup ( Type type, string name ) : MethodGroup
GetMethodGroup ( Type type, string name, BindingFlags bindingFlags, MemberFilter filter ) : MethodGroup

Gets a singleton method group from the provided type. The provided method group will be unique based upon the methods defined, not based upon the type/name combination. In other words calling GetMethodGroup on a base type and a derived type that introduces no new methods under a given name will result in the same method group for both types.

GetMethodGroup ( string name, MemberGroup mems ) : MethodGroup
GetMethodGroup ( string name, MethodBase methods ) : MethodGroup
GetTypeTracker ( Type type ) : TypeTracker

메소드 상세

GetMethodGroup() 공개 정적인 메소드

public static GetMethodGroup ( Type type, string name ) : MethodGroup
type System.Type
name string
리턴 Microsoft.Scripting.Actions.MethodGroup

GetMethodGroup() 공개 정적인 메소드

Gets a singleton method group from the provided type. The provided method group will be unique based upon the methods defined, not based upon the type/name combination. In other words calling GetMethodGroup on a base type and a derived type that introduces no new methods under a given name will result in the same method group for both types.
public static GetMethodGroup ( Type type, string name, BindingFlags bindingFlags, MemberFilter filter ) : MethodGroup
type System.Type
name string
bindingFlags BindingFlags
filter MemberFilter
리턴 Microsoft.Scripting.Actions.MethodGroup

GetMethodGroup() 공개 정적인 메소드

public static GetMethodGroup ( string name, MemberGroup mems ) : MethodGroup
name string
mems MemberGroup
리턴 Microsoft.Scripting.Actions.MethodGroup

GetMethodGroup() 공개 정적인 메소드

public static GetMethodGroup ( string name, MethodBase methods ) : MethodGroup
name string
methods System.Reflection.MethodBase
리턴 Microsoft.Scripting.Actions.MethodGroup

GetTypeTracker() 공개 정적인 메소드

public static GetTypeTracker ( Type type ) : TypeTracker
type System.Type
리턴 Microsoft.Scripting.Actions.TypeTracker