ReflectionExtensions Class |
Reflection extensions.
Inheritance Hierarchy
Namespace: Bio.ExtensionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static class ReflectionExtensions
<ExtensionAttribute>
Public NotInheritable Class ReflectionExtensions
[ExtensionAttribute]
public ref class ReflectionExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ReflectionExtensions = class end
The ReflectionExtensions type exposes the following members.
Methods
| Name | Description |
---|
| GetInterfaces |
Method to retrieve all the interfaces of the given Type and it's base classes.
|
TopSee Also