C# Class Swicli.Library.TypeInspector

Inheritance: System.MarshalByRefObject, ITypeInspector
Afficher le fichier Open project: swi-to-yap/swicli

Méthodes publiques

Méthode Description
Dispose ( ) : void
InspectAssembly ( string assemblyPath ) : string

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

InspectAssembly() public méthode

public InspectAssembly ( string assemblyPath ) : string
assemblyPath string
Résultat string