| ReflectionUtils Methods |
The ReflectionUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateDelegate | ||
| FindAssembly |
Loads an assembly from the specified file.
| |
| 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. | |
| FindTypes | ||
| FindTypesWithAttributeT |
Searches all loaded assemblies and returns the types which have the specified attribute.
| |
| FindTypesWithBase(Type) |
Searches all loaded assemblies and returns the types which have the specified attribute.
| |
| FindTypesWithBaseT |
Searches all loaded assemblies and returns the types which have the specified attribute.
| |
| GetAttributeT | ||
| GetAttributes | ||
| GetBaseType | ||
| GetBaseTypes | ||
| GetField | ||
| GetFields | ||
| GetMethod | ||
| GetProperties | ||
| GetProperty | ||
| HandleTypesWithAttributeT |
Searches all loaded assemblies and returns the types which have the specified attribute
and executes the specified action for those.
| |
| IsAssignableFrom | ||
| IsEnum | ||
| IsGenericType | ||
| IsValueType |