The ReflectHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | ClassForFullName |
Load a System.Type given is't name.
|
![]() ![]() | ClassForFullNameOrNull |
Load a System.Type given is't name.
|
![]() ![]() | ClassForName |
Returns a reference to the Type.
|
![]() ![]() | GetCollectionElementType(IEnumerable) | |
![]() ![]() | GetCollectionElementType(Type) | |
![]() ![]() | GetConstantValue |
Returns the value of the static field fieldName of type.
|
![]() ![]() | GetConstructor |
Finds the constructor that takes the parameters.
|
![]() ![]() | GetDefaultConstructor |
Gets the default no arg constructor for the Type.
|
![]() ![]() | GetGenericMethodFrom<(Of <<'(T>)>>) | |
![]() ![]() | GetGetter | |
![]() ![]() | GetPropertyName | |
![]() ![]() | HasProperty |
Try to find a property, that can be managed by NHibernate, from a given type.
|
![]() ![]() | IsAbstractClass |
Determines if the Type is a non creatable class.
|
![]() ![]() | IsFinalClass | |
![]() ![]() | IsMethodOf |
Check if a method is declared in a given Type.
|
![]() ![]() | IsPropertyGet | |
![]() ![]() | IsPropertySet | |
![]() ![]() | OverridesEquals | |
![]() ![]() | OverridesGetHashCode | |
![]() ![]() | ReflectedPropertyClass(String, String, String) |
Get the Type for the named property of a type.
|
![]() ![]() | ReflectedPropertyClass(Type, String, String) |
Get the Type for the named property of a type.
|
![]() ![]() | ReflectedPropertyType | |
![]() ![]() | TryGetMethod |
Try to find a method in a given type.
|
![]() ![]() | TryLoadAssembly | |
![]() ![]() | TypeFromAssembly(AssemblyQualifiedTypeName, Boolean) |
Returns a Type from an already loaded Assembly or an
Assembly that is loaded with a partial name.
|
![]() ![]() | TypeFromAssembly(String, String, Boolean) | |
![]() ![]() | UnwrapTargetInvocationException |
Unwraps the supplied TargetInvocationException
and returns the inner exception preserving the stack trace.
|
Extension Methods
Name | Description |
---|
Fields
Name | Description | |
---|---|---|
![]() ![]() | AnyVisibilityInstance |