return bool |
|
object obj |
Type ReflectHelper
Namespace NHibernate.Util
return bool |
|
object obj |
return int |
return Type |
return string |
return Type |
The Type for the Class. |
string name |
The name of the class or a fully qualified name. |
return object |
${WriteSummary(content)} |
Type type |
The Type . |
string fieldName |
The name of the field in the . |
return ConstructorInfo |
|
Type type |
|
IType[] types |
return ConstructorInfo |
${WriteSummary(content)} |
Type type |
The Type to find the constructor for. |
This one takes a propertyAccessor name as we might know the correct strategy by now so we avoid Exceptions which are costly
return IGetter |
The IGetter to get the value of the Property. |
Type theClass |
The Type to find the property in. |
string propertyName |
The name of the Property to find. |
string propertyAccessorName |
The name of the property access strategy. |
return bool |
${WriteSummary(content)} |
Type type |
The Type to check. |
return bool |
|
Type type |
return bool |
${WriteSummary(content)} |
Type clazz |
The Type to reflect. |
return bool |
${WriteSummary(content)} |
Type clazz |
The Type to reflect. |
return IType |
The NHibernate IType for the named property. |
Type theClass |
The Type to find the Property in. |
string name |
The name of the property/field to find in the class. |
string access |
The name of the property accessor for the property. |
Attempts to get a reference to the type from an already loaded assembly. If the type cannot be found then the assembly is loaded using Load .
return Type |
${WriteSummary(content)} |
AssemblyQualifiedTypeName name |
An AssemblyQualifiedTypeName . |
bool throwOnError |
${WriteSummary(content)} |
return Type |
|
string type |
|
string assembly |
|
bool throwIfError |
return BindingFlags
|