Interface IReflectionIntrospectionProvider
Interface representing a reflection provider used to introspect reflection objects.
Inherited Members
Namespace: System.Reflection
Assembly: Nuqleon.Reflection.Virtualization.dll
Syntax
public interface IReflectionIntrospectionProvider : IAssemblyIntrospectionProvider, IModuleIntrospectionProvider, ITypeIntrospectionProvider, IReflectionTypeSystemProvider, IFieldInfoIntrospectionProvider, IMethodInfoIntrospectionProvider, IMethodBaseIntrospectionProvider, IPropertyInfoIntrospectionProvider, IEventInfoIntrospectionProvider, IMemberInfoIntrospectionProvider, IParameterInfoIntrospectionProvider
Extension Methods
CustomAttributeProviderExtensions.GetCustomAttribute(IAssemblyIntrospectionProvider, Assembly, Type)
EventInfoIntrospectionProviderExtensions.GetRemoveMethod(IEventInfoIntrospectionProvider, EventInfo)
EventInfoIntrospectionProviderExtensions.GetOtherMethods(IEventInfoIntrospectionProvider, EventInfo)
FieldInfoIntrospectionProviderExtensions.IsNotSerialized(IFieldInfoIntrospectionProvider, FieldInfo)