C# Class Swicli.Library.TypeInspector

Inheritance: System.MarshalByRefObject, ITypeInspector
Mostra file Open project: swi-to-yap/swicli

Public Methods

Method Description
Dispose ( ) : void
InspectAssembly ( string assemblyPath ) : string

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InspectAssembly() public method

public InspectAssembly ( string assemblyPath ) : string
assemblyPath string
return string