Метод |
Описание |
|
AddToResult ( Assembly assembly, ComponentDefinition def ) : void |
|
|
AddToResult ( Type type, CastleComponentAttribute attribute ) : void |
|
|
InferType ( Assembly assembly, String typeName ) : Type |
This method always tries to obtain the type from the specified assembly. |
|
InspectTypes ( Assembly assembly ) : void |
|
|
LoadAssembly ( ) : Assembly |
|
|
ObtainType ( Assembly assembly, String typeName ) : Type |
Obtains the Type by checking if the typeName is possible a full type name, or just an namespace.typename and for the later case, it tries to load the type from the specified assembly |
|
ProcessIncludes ( Assembly assembly ) : void |
|
|
ProcessType ( Type type ) : void |
|
|
SortExcludes ( ) : void |
|
|