blob: acbbce8b6a401865fe88483e48ee86896068c73b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?xml version="1.0"?>
<doc>
<assembly>
<name>Castle.Facilities.BatchRegistration</name>
</assembly>
<members>
<member name="M:Castle.Facilities.BatchRegistration.ComponentScanner.InferType(System.Reflection.Assembly,System.String)">
<summary>
This method always tries to obtain the type
from the specified assembly.
</summary>
<param name="typeName"></param>
<param name="assembly"></param>
<returns></returns>
</member>
<member name="M:Castle.Facilities.BatchRegistration.ComponentScanner.ObtainType(System.Reflection.Assembly,System.String)">
<summary>
Obtains the <c>Type</c> by checking if the
<c>typeName</c> 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
</summary>
<param name="assembly"></param>
<param name="typeName"></param>
<returns></returns>
</member>
</members>
</doc>
|