C# 클래스 Castle.DynamicProxy.Generators.MethodFinder

Returns the methods implemented by a type. Use this instead of Type.GetMethods() to work around a CLR issue where duplicate MethodInfos are returned by Type.GetMethods() after a token of a generic type's method was loaded.
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
GetAllInstanceMethods ( Type type, BindingFlags flags ) : System.Reflection.MethodInfo[]

비공개 메소드들

메소드 설명
MakeFilteredCopy ( MethodInfo methodsInCache, BindingFlags visibilityFlags ) : System.Reflection.MethodInfo[]
RemoveDuplicates ( MethodInfo infos ) : object

메소드 상세

GetAllInstanceMethods() 공개 정적인 메소드

public static GetAllInstanceMethods ( Type type, BindingFlags flags ) : System.Reflection.MethodInfo[]
type System.Type
flags BindingFlags
리턴 System.Reflection.MethodInfo[]