IdeaBlade.Core Assembly > IdeaBlade.Core.Reflection Namespace : ReflectionExtensions Class |
The following tables list the members exposed by ReflectionExtensions.
Name | Description | |
---|---|---|
![]() | All | Binding flags representing "all" members: public, non-public, static and instance. |
![]() | Declared | Binding flags representing "declared" members: public, non-pulic, static, instance and declared only. |
![]() | Default | Binding flags representing "default" members: public, static and instance. |
Name | Description | |
---|---|---|
![]() ![]() | ConvertType | Try and convert a value to the specified conversion type. |
![]() | Equals | (Inherited from object) |
![]() ![]() | GetAllTypes | System.Reflection.Assembly extension method to return all types. |
![]() ![]() | GetAssembly | System.Type extension method to return assembly. |
![]() ![]() | GetAttribute<T> | Returns the requested attribute, or null if not found. |
![]() ![]() | GetAttributes | Overloaded. Returns the requested attributes for this member. |
![]() | GetHashCode | (Inherited from object) |
![]() ![]() | GetMemberType | Returns the System.Reflection.MemberTypes for the member. |
![]() ![]() | GetMethod | Returns the method represented by the delegate. |
![]() ![]() | GetType | Overloaded. System.Reflection.Assembly extension method to return a type. |
![]() ![]() | GetTypeCode | Returns the System.TypeCode for the type. |
![]() ![]() | IsGenericTypeOf | Returns true if the type can be constructed from the genericType specified. |
![]() ![]() | LoadAssembly | Load and return Assembly given an assembly name. |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |