C# 클래스 Dia2Sharp.Reflectors

파일 보기 프로젝트 열기: K2/EhTrace

공개 메소드들

메소드 설명
GetPublicProperties ( this type ) : System.Reflection.PropertyInfo[]
LinqPublicFunctions ( this type ) : IEnumerable
LinqPublicProperties ( this type ) : IEnumerable
Match ( this SymList, ulong ContainedBy ) : MinSym
MatchNearest ( this SymList, ulong Closest ) : MinSym

메소드 상세

GetPublicProperties() 공개 정적인 메소드

public static GetPublicProperties ( this type ) : System.Reflection.PropertyInfo[]
type this
리턴 System.Reflection.PropertyInfo[]

LinqPublicFunctions() 공개 정적인 메소드

public static LinqPublicFunctions ( this type ) : IEnumerable
type this
리턴 IEnumerable

LinqPublicProperties() 공개 정적인 메소드

public static LinqPublicProperties ( this type ) : IEnumerable
type this
리턴 IEnumerable

Match() 공개 정적인 메소드

public static Match ( this SymList, ulong ContainedBy ) : MinSym
SymList this
ContainedBy ulong
리턴 MinSym

MatchNearest() 공개 정적인 메소드

public static MatchNearest ( this SymList, ulong Closest ) : MinSym
SymList this
Closest ulong
리턴 MinSym