![]() | ReflectionUtils Class |
Namespace: Slash.Unity.DataBind.Core.Utils
The ReflectionUtils type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FindType | Looks up the specified full type name in all loaded assemblies, ignoring assembly version. In order to understand how to access generic types, see http://msdn.microsoft.com/en-us/library/w3f99sx1.aspx. |
![]() ![]() | FindTypesWithBaseT |
Searches all loaded assemblies and returns the types which have the specified attribute.
|
![]() ![]() | GetDefaultValue |
Returns the default value for the specified type.
|
![]() ![]() | GetEnumerableItemType |
Returns the item type of an enumerable type.
|
![]() ![]() | GetNodeTypeInfo |
Returns the type info for the member with the specified name of the specified type.
|
![]() ![]() | IsAssignableToGenericType |
Tests if a given type is assignable to a generic type.
|
![]() ![]() | TryConvertValue(Object, Type, Object) |
Tries to convert the specified value to the specified value.
|
![]() ![]() | TryConvertValueT(Object, T) |
Tries to convert the specified value to the specified value.
|