C# 클래스 Swicli.Library.TypeInspector

상속: System.MarshalByRefObject, ITypeInspector
파일 보기 프로젝트 열기: swi-to-yap/swicli

공개 메소드들

메소드 설명
Dispose ( ) : void
InspectAssembly ( string assemblyPath ) : string

비공개 메소드들

메소드 설명
BuildMethodInfo ( ReflectedTypeInfo typeInfo, MethodInfo method ) : ReflectedMethodInfo
BuildType ( Type type ) : void
BuildType ( Type type, ReflectedTypeInfo typeInfo ) : void
DetermineAccess ( MethodInfo method ) : MemberAccess
GetConstraint ( GenericParameterAttributes constraintMask, GenericParameterAttributes constraint ) : bool
GetGenericParameters ( Type parameters, bool isMethod ) : List
GetParameters ( ParameterInfo parameters, ParameterBuilder builder ) : IList
GetType ( Type type ) : ReflectedTypeInfo
GetType ( Type type, bool build ) : ReflectedTypeInfo
GetUnBuiltTypes ( ) : IEnumerable

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InspectAssembly() 공개 메소드

public InspectAssembly ( string assemblyPath ) : string
assemblyPath string
리턴 string