DevForce Help Reference
ReflectionExtensions Class Members
Fields  Methods 


The following tables list the members exposed by ReflectionExtensions.

Public Fields
 NameDescription
Public FieldAll Binding flags representing "all" members: public, non-public, static and instance.  
Public FieldDeclared Binding flags representing "declared" members: public, non-pulic, static, instance and declared only.  
Public FieldDefault Binding flags representing "default" members: public, static and instance.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)ConvertType Try and convert a value to the specified conversion type.  
Public MethodEquals (Inherited from object)
Public Methodstatic (Shared in Visual Basic)GetAllTypesSystem.Reflection.Assembly extension method to return all types.  
Public Methodstatic (Shared in Visual Basic)GetAssemblySystem.Type extension method to return assembly.  
Public Methodstatic (Shared in Visual Basic)GetAttribute<T> Returns the requested attribute, or null if not found.  
Public Methodstatic (Shared in Visual Basic)GetAttributesOverloaded.  Returns the requested attributes for this member.  
Public MethodGetHashCode (Inherited from object)
Public Methodstatic (Shared in Visual Basic)GetMemberTypeReturns the System.Reflection.MemberTypes for the member.  
Public Methodstatic (Shared in Visual Basic)GetMethod Returns the method represented by the delegate.  
Public Methodstatic (Shared in Visual Basic)GetTypeOverloaded. System.Reflection.Assembly extension method to return a type.  
Public Methodstatic (Shared in Visual Basic)GetTypeCodeReturns the System.TypeCode for the type.  
Public Methodstatic (Shared in Visual Basic)IsGenericTypeOfReturns true if the type can be constructed from the genericType specified.  
Public Methodstatic (Shared in Visual Basic)LoadAssembly Load and return Assembly given an assembly name.  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

ReflectionExtensions Class
IdeaBlade.Core.Reflection Namespace

Send Feedback