Click or drag to resize
ReflectionUtils Class
Provides utility methods for reflecting types and members.
Inheritance Hierarchy
SystemObject
  Slash.Reflection.UtilsReflectionUtils

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public class ReflectionUtils

The ReflectionUtils type exposes the following members.

Constructors
  NameDescription
Public methodReflectionUtils
Initializes a new instance of the ReflectionUtils class
Top
Methods
  NameDescription
Public methodStatic memberCreateDelegate
Public methodStatic memberFindAssembly
Loads an assembly from the specified file.
Public methodStatic memberFindType

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.

Public methodStatic memberFindTypes
Public methodStatic memberFindTypesWithAttributeT
Searches all loaded assemblies and returns the types which have the specified attribute.
Public methodStatic memberFindTypesWithBase(Type)
Searches all loaded assemblies and returns the types which have the specified attribute.
Public methodStatic memberFindTypesWithBaseT
Searches all loaded assemblies and returns the types which have the specified attribute.
Public methodStatic memberGetAttributeT
Public methodStatic memberGetAttributes
Public methodStatic memberGetBaseType
Public methodStatic memberGetBaseTypes
Public methodStatic memberGetField
Public methodStatic memberGetFields
Public methodStatic memberGetMethod
Public methodStatic memberGetProperties
Public methodStatic memberGetProperty
Public methodStatic memberHandleTypesWithAttributeT
Searches all loaded assemblies and returns the types which have the specified attribute and executes the specified action for those.
Public methodStatic memberIsAssignableFrom
Public methodStatic memberIsEnum
Public methodStatic memberIsGenericType
Public methodStatic memberIsValueType
Top
See Also