Show / Hide Table of Contents

Interface IReflectionProvider

Interface representing a reflection provider.

Inherited Members
IAssemblyIntrospectionProvider.GetDefinedTypes(Assembly)
IAssemblyIntrospectionProvider.GetEntryPoint(Assembly)
IAssemblyIntrospectionProvider.GetFullName(Assembly)
IAssemblyIntrospectionProvider.GetHostContext(Assembly)
IAssemblyIntrospectionProvider.GetImageRuntimeVersion(Assembly)
IAssemblyIntrospectionProvider.IsDynamic(Assembly)
IAssemblyIntrospectionProvider.IsFullyTrusted(Assembly)
IAssemblyIntrospectionProvider.GetLocation(Assembly)
IAssemblyIntrospectionProvider.GetManifestModule(Assembly)
IAssemblyIntrospectionProvider.GetReflectionOnly(Assembly)
IAssemblyIntrospectionProvider.GetSecurityRuleSet(Assembly)
IAssemblyIntrospectionProvider.AddModuleResolve(Assembly, ModuleResolveEventHandler)
IAssemblyIntrospectionProvider.RemoveModuleResolve(Assembly, ModuleResolveEventHandler)
IAssemblyIntrospectionProvider.GetCustomAttributes(Assembly, Boolean)
IAssemblyIntrospectionProvider.GetCustomAttributes(Assembly, Type, Boolean)
IAssemblyIntrospectionProvider.GetCustomAttributesData(Assembly)
IAssemblyIntrospectionProvider.GetExportedTypes(Assembly)
IAssemblyIntrospectionProvider.GetFile(Assembly, String)
IAssemblyIntrospectionProvider.GetFiles(Assembly, Boolean)
IAssemblyIntrospectionProvider.GetLoadedModules(Assembly, Boolean)
IAssemblyIntrospectionProvider.GetManifestResourceInfo(Assembly, String)
IAssemblyIntrospectionProvider.GetManifestResourceNames(Assembly)
IAssemblyIntrospectionProvider.GetManifestResourceStream(Assembly, Type, String)
IAssemblyIntrospectionProvider.GetManifestResourceStream(Assembly, String)
IAssemblyIntrospectionProvider.GetModule(Assembly, String)
IAssemblyIntrospectionProvider.GetModules(Assembly, Boolean)
IAssemblyIntrospectionProvider.GetName(Assembly, Boolean)
IAssemblyIntrospectionProvider.GetReferencedAssemblies(Assembly)
IAssemblyIntrospectionProvider.GetSatelliteAssembly(Assembly, CultureInfo)
IAssemblyIntrospectionProvider.GetSatelliteAssembly(Assembly, CultureInfo, Version)
IAssemblyIntrospectionProvider.GetType(Assembly, String, Boolean, Boolean)
IAssemblyIntrospectionProvider.GetTypes(Assembly)
IAssemblyIntrospectionProvider.IsDefined(Assembly, Type, Boolean)
IModuleIntrospectionProvider.GetAssembly(Module)
IModuleIntrospectionProvider.GetFullyQualifiedName(Module)
IModuleIntrospectionProvider.GetMDStreamVersion(Module)
IModuleIntrospectionProvider.GetMetadataToken(Module)
IModuleIntrospectionProvider.GetModuleHandle(Module)
IModuleIntrospectionProvider.GetModuleVersionId(Module)
IModuleIntrospectionProvider.GetName(Module)
IModuleIntrospectionProvider.GetScopeName(Module)
IModuleIntrospectionProvider.FindTypes(Module, TypeFilter, Object)
IModuleIntrospectionProvider.GetCustomAttributes(Module, Boolean)
IModuleIntrospectionProvider.GetCustomAttributes(Module, Type, Boolean)
IModuleIntrospectionProvider.GetCustomAttributesData(Module)
IModuleIntrospectionProvider.GetField(Module, String, BindingFlags)
IModuleIntrospectionProvider.GetFields(Module, BindingFlags)
IModuleIntrospectionProvider.GetMethod(Module, String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])
IModuleIntrospectionProvider.GetMethods(Module, BindingFlags)
IModuleIntrospectionProvider.GetPEKind(Module, PortableExecutableKinds, ImageFileMachine)
IModuleIntrospectionProvider.GetType(Module, String, Boolean, Boolean)
IModuleIntrospectionProvider.GetTypes(Module)
IModuleIntrospectionProvider.IsDefined(Module, Type, Boolean)
IModuleIntrospectionProvider.IsResource(Module)
IModuleIntrospectionProvider.ResolveField(Module, Int32, Type[], Type[])
IModuleIntrospectionProvider.ResolveMember(Module, Int32, Type[], Type[])
IModuleIntrospectionProvider.ResolveMethod(Module, Int32, Type[], Type[])
IModuleIntrospectionProvider.ResolveSignature(Module, Int32)
IModuleIntrospectionProvider.ResolveString(Module, Int32)
IModuleIntrospectionProvider.ResolveType(Module, Int32, Type[], Type[])
ITypeIntrospectionProvider.FindInterfaces(Type, TypeFilter, Object)
ITypeIntrospectionProvider.FindMembers(Type, MemberTypes, BindingFlags, MemberFilter, Object)
ITypeIntrospectionProvider.GetArrayRank(Type)
ITypeIntrospectionProvider.GetDefaultMembers(Type)
ITypeIntrospectionProvider.GetAssembly(Type)
ITypeIntrospectionProvider.GetAssemblyQualifiedName(Type)
ITypeIntrospectionProvider.GetAttributes(Type)
ITypeIntrospectionProvider.GetBaseType(Type)
ITypeIntrospectionProvider.ContainsGenericParameters(Type)
ITypeIntrospectionProvider.GetDeclaringMethod(Type)
ITypeIntrospectionProvider.GetDeclaringType(Type)
ITypeIntrospectionProvider.GetFullName(Type)
ITypeIntrospectionProvider.GetGenericParameterAttributes(Type)
ITypeIntrospectionProvider.GetGenericParameterPosition(Type)
ITypeIntrospectionProvider.GetGuid(Type)
ITypeIntrospectionProvider.HasElementType(Type)
ITypeIntrospectionProvider.IsCOMObject(Type)
ITypeIntrospectionProvider.IsConstructedGenericType(Type)
ITypeIntrospectionProvider.IsContextful(Type)
ITypeIntrospectionProvider.IsGenericParameter(Type)
ITypeIntrospectionProvider.IsGenericType(Type)
ITypeIntrospectionProvider.IsGenericTypeDefinition(Type)
ITypeIntrospectionProvider.IsMarshalByRef(Type)
ITypeIntrospectionProvider.IsSecurityCritical(Type)
ITypeIntrospectionProvider.IsSecuritySafeCritical(Type)
ITypeIntrospectionProvider.IsSecurityTransparent(Type)
ITypeIntrospectionProvider.IsSerializable(Type)
ITypeIntrospectionProvider.GetModule(Type)
ITypeIntrospectionProvider.GetNamespace(Type)
ITypeIntrospectionProvider.GetStructLayoutAttribute(Type)
ITypeIntrospectionProvider.GetTypeHandle(Type)
ITypeIntrospectionProvider.GetUnderlyingSystemType(Type)
ITypeIntrospectionProvider.IsArray(Type)
ITypeIntrospectionProvider.IsByRef(Type)
ITypeIntrospectionProvider.IsInterface(Type)
ITypeIntrospectionProvider.IsPointer(Type)
ITypeIntrospectionProvider.IsPrimitive(Type)
ITypeIntrospectionProvider.IsValueType(Type)
ITypeIntrospectionProvider.IsVisible(Type)
ITypeIntrospectionProvider.GetElementType(Type)
ITypeIntrospectionProvider.GetGenericTypeDefinition(Type)
ITypeIntrospectionProvider.GetGenericParameterConstraints(Type)
ITypeIntrospectionProvider.GetGenericArguments(Type)
ITypeIntrospectionProvider.GetInterface(Type, String, Boolean)
ITypeIntrospectionProvider.GetInterfaces(Type)
ITypeIntrospectionProvider.GetInterfaceMap(Type, Type)
ITypeIntrospectionProvider.GetConstructor(Type, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])
ITypeIntrospectionProvider.GetConstructors(Type, BindingFlags)
ITypeIntrospectionProvider.GetEvent(Type, String, BindingFlags)
ITypeIntrospectionProvider.GetEvents(Type, BindingFlags)
ITypeIntrospectionProvider.GetField(Type, String, BindingFlags)
ITypeIntrospectionProvider.GetFields(Type, BindingFlags)
ITypeIntrospectionProvider.GetMember(Type, String, MemberTypes, BindingFlags)
ITypeIntrospectionProvider.GetMembers(Type, BindingFlags)
ITypeIntrospectionProvider.GetMethod(Type, String, Int32, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])
ITypeIntrospectionProvider.GetMethod(Type, String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])
ITypeIntrospectionProvider.GetMethod(Type, String, BindingFlags)
ITypeIntrospectionProvider.GetMethods(Type, BindingFlags)
ITypeIntrospectionProvider.GetNestedType(Type, String, BindingFlags)
ITypeIntrospectionProvider.GetNestedTypes(Type, BindingFlags)
ITypeIntrospectionProvider.GetProperty(Type, String, BindingFlags, Binder, Type, Type[], ParameterModifier[])
ITypeIntrospectionProvider.GetProperty(Type, String, BindingFlags)
ITypeIntrospectionProvider.GetProperty(Type, String, Type)
ITypeIntrospectionProvider.GetProperties(Type, BindingFlags)
IReflectionTypeSystemProvider.IsSubclassOf(Type, Type)
IReflectionTypeSystemProvider.IsInstanceOfType(Type, Object)
IReflectionTypeSystemProvider.IsEquivalentTo(Type, Type)
IReflectionTypeSystemProvider.IsAssignableFrom(Type, Type)
IFieldInfoIntrospectionProvider.GetAttributes(FieldInfo)
IFieldInfoIntrospectionProvider.GetFieldHandle(FieldInfo)
IFieldInfoIntrospectionProvider.GetFieldType(FieldInfo)
IFieldInfoIntrospectionProvider.IsSecurityCritical(FieldInfo)
IFieldInfoIntrospectionProvider.IsSecuritySafeCritical(FieldInfo)
IFieldInfoIntrospectionProvider.IsSecurityTransparent(FieldInfo)
IFieldInfoIntrospectionProvider.GetOptionalCustomModifiers(FieldInfo)
IFieldInfoIntrospectionProvider.GetRequiredCustomModifiers(FieldInfo)
IMethodInfoIntrospectionProvider.GetGenericMethodDefinition(MethodInfo)
IMethodInfoIntrospectionProvider.GetGenericArguments(MethodInfo)
IMethodInfoIntrospectionProvider.GetReturnParameter(MethodInfo)
IMethodInfoIntrospectionProvider.GetReturnType(MethodInfo)
IMethodInfoIntrospectionProvider.GetReturnTypeCustomAttributes(MethodInfo)
IMethodBaseIntrospectionProvider.GetAttributes(MethodBase)
IMethodBaseIntrospectionProvider.GetCallingConvention(MethodBase)
IMethodBaseIntrospectionProvider.GetMethodBody(MethodBase)
IMethodBaseIntrospectionProvider.GetMethodHandle(MethodBase)
IMethodBaseIntrospectionProvider.GetMethodImplementationFlags(MethodBase)
IMethodBaseIntrospectionProvider.ContainsGenericParameters(MethodBase)
IMethodBaseIntrospectionProvider.IsGenericMethod(MethodBase)
IMethodBaseIntrospectionProvider.IsGenericMethodDefinition(MethodBase)
IMethodBaseIntrospectionProvider.IsSecurityCritical(MethodBase)
IMethodBaseIntrospectionProvider.IsSecuritySafeCritical(MethodBase)
IMethodBaseIntrospectionProvider.IsSecurityTransparent(MethodBase)
IMethodBaseIntrospectionProvider.GetBaseDefinition(MethodInfo)
IMethodBaseIntrospectionProvider.GetParameters(MethodBase)
IPropertyInfoIntrospectionProvider.GetAttributes(PropertyInfo)
IPropertyInfoIntrospectionProvider.GetPropertyType(PropertyInfo)
IPropertyInfoIntrospectionProvider.CanRead(PropertyInfo)
IPropertyInfoIntrospectionProvider.CanWrite(PropertyInfo)
IPropertyInfoIntrospectionProvider.GetAccessors(PropertyInfo, Boolean)
IPropertyInfoIntrospectionProvider.GetGetMethod(PropertyInfo, Boolean)
IPropertyInfoIntrospectionProvider.GetSetMethod(PropertyInfo, Boolean)
IPropertyInfoIntrospectionProvider.GetIndexParameters(PropertyInfo)
IPropertyInfoIntrospectionProvider.GetOptionalCustomModifiers(PropertyInfo)
IPropertyInfoIntrospectionProvider.GetRequiredCustomModifiers(PropertyInfo)
IEventInfoIntrospectionProvider.GetAttributes(EventInfo)
IEventInfoIntrospectionProvider.GetEventHandlerType(EventInfo)
IEventInfoIntrospectionProvider.IsMulticast(EventInfo)
IEventInfoIntrospectionProvider.GetOtherMethods(EventInfo, Boolean)
IEventInfoIntrospectionProvider.GetAddMethod(EventInfo, Boolean)
IEventInfoIntrospectionProvider.GetRaiseMethod(EventInfo, Boolean)
IEventInfoIntrospectionProvider.GetRemoveMethod(EventInfo, Boolean)
IMemberInfoIntrospectionProvider.GetCustomAttributesData(MemberInfo)
IMemberInfoIntrospectionProvider.GetCustomAttributes(MemberInfo, Boolean)
IMemberInfoIntrospectionProvider.GetCustomAttributes(MemberInfo, Type, Boolean)
IMemberInfoIntrospectionProvider.GetDeclaringType(MemberInfo)
IMemberInfoIntrospectionProvider.GetMetadataToken(MemberInfo)
IMemberInfoIntrospectionProvider.GetModule(MemberInfo)
IMemberInfoIntrospectionProvider.GetName(MemberInfo)
IMemberInfoIntrospectionProvider.GetReflectedType(MemberInfo)
IMemberInfoIntrospectionProvider.IsDefined(MemberInfo, Type, Boolean)
IParameterInfoIntrospectionProvider.GetAttributes(ParameterInfo)
IParameterInfoIntrospectionProvider.GetCustomAttributesData(ParameterInfo)
IParameterInfoIntrospectionProvider.GetCustomAttributes(ParameterInfo, Boolean)
IParameterInfoIntrospectionProvider.GetCustomAttributes(ParameterInfo, Type, Boolean)
IParameterInfoIntrospectionProvider.HasDefaultValue(ParameterInfo)
IParameterInfoIntrospectionProvider.IsDefined(ParameterInfo, Type, Boolean)
IParameterInfoIntrospectionProvider.GetMember(ParameterInfo)
IParameterInfoIntrospectionProvider.GetMetadataToken(ParameterInfo)
IParameterInfoIntrospectionProvider.GetName(ParameterInfo)
IParameterInfoIntrospectionProvider.GetParameterType(ParameterInfo)
IParameterInfoIntrospectionProvider.GetPosition(ParameterInfo)
IParameterInfoIntrospectionProvider.GetOptionalCustomModifiers(ParameterInfo)
IParameterInfoIntrospectionProvider.GetRequiredCustomModifiers(ParameterInfo)
ITypeCreationProvider.MakeArrayType(Type)
ITypeCreationProvider.MakeArrayType(Type, Int32)
ITypeCreationProvider.MakeByRefType(Type)
ITypeCreationProvider.MakeGenericType(Type, Type[])
ITypeCreationProvider.MakePointerType(Type)
IMethodCreationProvider.MakeGenericMethod(MethodInfo, Type[])
IReflectionInvocationProvider.CreateInstance(Assembly, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])
IReflectionInvocationProvider.CreateDelegate(MethodInfo, Type)
IReflectionInvocationProvider.CreateDelegate(MethodInfo, Type, Object)
IReflectionInvocationProvider.Invoke(ConstructorInfo, BindingFlags, Binder, Object[], CultureInfo)
IReflectionInvocationProvider.InvokeMember(Type, String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[])
IReflectionInvocationProvider.AddEventHandler(EventInfo, Object, Delegate)
IReflectionInvocationProvider.RemoveEventHandler(EventInfo, Object, Delegate)
IReflectionInvocationProvider.GetRawConstantValue(FieldInfo)
IReflectionInvocationProvider.GetValue(FieldInfo, Object)
IReflectionInvocationProvider.SetValue(FieldInfo, Object, Object, BindingFlags, Binder, CultureInfo)
IReflectionInvocationProvider.Invoke(MethodBase, Object, BindingFlags, Binder, Object[], CultureInfo)
IReflectionInvocationProvider.GetConstantValue(PropertyInfo)
IReflectionInvocationProvider.GetRawConstantValue(PropertyInfo)
IReflectionInvocationProvider.GetValue(PropertyInfo, Object, BindingFlags, Binder, Object[], CultureInfo)
IReflectionInvocationProvider.SetValue(PropertyInfo, Object, Object, BindingFlags, Binder, Object[], CultureInfo)
IReflectionInvocationProvider.GetDefaultValue(ParameterInfo)
IReflectionInvocationProvider.GetRawDefaultValue(ParameterInfo)
IAssemblyLoadingProvider.Load(String)
IAssemblyLoadingProvider.Load(AssemblyName)
IAssemblyLoadingProvider.LoadFile(String)
IAssemblyLoadingProvider.LoadFrom(String, Byte[], AssemblyHashAlgorithm)
IAssemblyLoadingProvider.ReflectionOnlyLoad(String)
IAssemblyLoadingProvider.ReflectionOnlyLoad(Byte[])
IAssemblyLoadingProvider.ReflectionOnlyLoadFrom(String)
IAssemblyLoadingProvider.UnsafeLoadFrom(String)
IModuleLoadingProvider.LoadModule(Assembly, String, Byte[], Byte[])
ITypeLoadingProvider.GetType(String, Boolean, Boolean)
ITypeLoadingProvider.GetType(String, Func<AssemblyName, Assembly>, Func<Assembly, String, Boolean, Type>, Boolean, Boolean)
ITypeLoadingProvider.ReflectionOnlyGetType(String, Boolean, Boolean)
IComTypeLoadingProvider.GetTypeFromCLSID(Guid, String, Boolean)
IComTypeLoadingProvider.GetTypeFromProgID(String, String, Boolean)
IReflectionHandlerResolver.GetTypeFromHandle(RuntimeTypeHandle)
IReflectionHandlerResolver.GetFieldFromHandle(RuntimeFieldHandle)
IReflectionHandlerResolver.GetFieldFromHandle(RuntimeFieldHandle, RuntimeTypeHandle)
IReflectionHandlerResolver.GetMethodFromHandle(RuntimeMethodHandle)
IReflectionHandlerResolver.GetMethodFromHandle(RuntimeMethodHandle, RuntimeTypeHandle)
Namespace: System.Reflection
Assembly: Nuqleon.Reflection.Virtualization.dll
Syntax
public interface IReflectionProvider : IReflectionIntrospectionProvider, IAssemblyIntrospectionProvider, IModuleIntrospectionProvider, ITypeIntrospectionProvider, IReflectionTypeSystemProvider, IFieldInfoIntrospectionProvider, IMethodInfoIntrospectionProvider, IMethodBaseIntrospectionProvider, IPropertyInfoIntrospectionProvider, IEventInfoIntrospectionProvider, IMemberInfoIntrospectionProvider, IParameterInfoIntrospectionProvider, IReflectionCreationProvider, ITypeCreationProvider, IMethodCreationProvider, IReflectionInvocationProvider, IReflectionLoadingProvider, IAssemblyLoadingProvider, IModuleLoadingProvider, ITypeLoadingProvider, IComTypeLoadingProvider, IReflectionHandlerResolver

Extension Methods

AssemblyIntrospectionProviderExtensions.GetFiles(IAssemblyIntrospectionProvider, Assembly)
AssemblyIntrospectionProviderExtensions.GetLoadedModules(IAssemblyIntrospectionProvider, Assembly)
AssemblyIntrospectionProviderExtensions.GetModules(IAssemblyIntrospectionProvider, Assembly)
AssemblyIntrospectionProviderExtensions.GetName(IAssemblyIntrospectionProvider, Assembly)
AssemblyIntrospectionProviderExtensions.GetType(IAssemblyIntrospectionProvider, Assembly, String)
AssemblyIntrospectionProviderExtensions.GetType(IAssemblyIntrospectionProvider, Assembly, String, Boolean)
AssemblyLoadingProviderExtensions.LoadFrom(IAssemblyLoadingProvider, String)
ComTypeLoadingProviderExtensions.GetTypeFromCLSID(IComTypeLoadingProvider, Guid)
ComTypeLoadingProviderExtensions.GetTypeFromCLSID(IComTypeLoadingProvider, Guid, Boolean)
ComTypeLoadingProviderExtensions.GetTypeFromCLSID(IComTypeLoadingProvider, Guid, String)
ComTypeLoadingProviderExtensions.GetTypeFromProgID(IComTypeLoadingProvider, String)
ComTypeLoadingProviderExtensions.GetTypeFromProgID(IComTypeLoadingProvider, String, Boolean)
ComTypeLoadingProviderExtensions.GetTypeFromProgID(IComTypeLoadingProvider, String, String)
CustomAttributeProviderExtensions.IsDefined(IAssemblyIntrospectionProvider, Assembly, Type)
CustomAttributeProviderExtensions.IsDefined(IModuleIntrospectionProvider, Module, Type)
CustomAttributeProviderExtensions.IsDefined(IMemberInfoIntrospectionProvider, MemberInfo, Type)
CustomAttributeProviderExtensions.IsDefined(IParameterInfoIntrospectionProvider, ParameterInfo, Type)
CustomAttributeProviderExtensions.GetCustomAttributes(IAssemblyIntrospectionProvider, Assembly)
CustomAttributeProviderExtensions.GetCustomAttributes(IAssemblyIntrospectionProvider, Assembly, Type)
CustomAttributeProviderExtensions.GetCustomAttributes<T>(IAssemblyIntrospectionProvider, Assembly)
CustomAttributeProviderExtensions.GetCustomAttributes(IModuleIntrospectionProvider, Module)
CustomAttributeProviderExtensions.GetCustomAttributes(IModuleIntrospectionProvider, Module, Type)
CustomAttributeProviderExtensions.GetCustomAttributes<T>(IModuleIntrospectionProvider, Module)
CustomAttributeProviderExtensions.GetCustomAttributes(IMemberInfoIntrospectionProvider, MemberInfo)
CustomAttributeProviderExtensions.GetCustomAttributes(IMemberInfoIntrospectionProvider, MemberInfo, Type)
CustomAttributeProviderExtensions.GetCustomAttributes(IMemberInfoIntrospectionProvider, MemberInfo, Type, Boolean)
CustomAttributeProviderExtensions.GetCustomAttributes<T>(IMemberInfoIntrospectionProvider, MemberInfo)
CustomAttributeProviderExtensions.GetCustomAttributes(IMemberInfoIntrospectionProvider, MemberInfo, Boolean)
CustomAttributeProviderExtensions.GetCustomAttributes<T>(IMemberInfoIntrospectionProvider, MemberInfo, Boolean)
CustomAttributeProviderExtensions.GetCustomAttributes(IParameterInfoIntrospectionProvider, ParameterInfo)
CustomAttributeProviderExtensions.GetCustomAttributes(IParameterInfoIntrospectionProvider, ParameterInfo, Type)
CustomAttributeProviderExtensions.GetCustomAttributes(IParameterInfoIntrospectionProvider, ParameterInfo, Type, Boolean)
CustomAttributeProviderExtensions.GetCustomAttributes<T>(IParameterInfoIntrospectionProvider, ParameterInfo)
CustomAttributeProviderExtensions.GetCustomAttributes(IParameterInfoIntrospectionProvider, ParameterInfo, Boolean)
CustomAttributeProviderExtensions.GetCustomAttributes<T>(IParameterInfoIntrospectionProvider, ParameterInfo, Boolean)
CustomAttributeProviderExtensions.GetCustomAttribute(IAssemblyIntrospectionProvider, Assembly, Type)
CustomAttributeProviderExtensions.GetCustomAttribute<T>(IAssemblyIntrospectionProvider, Assembly)
CustomAttributeProviderExtensions.GetCustomAttribute(IModuleIntrospectionProvider, Module, Type)
CustomAttributeProviderExtensions.GetCustomAttribute<T>(IModuleIntrospectionProvider, Module)
CustomAttributeProviderExtensions.GetCustomAttribute(IMemberInfoIntrospectionProvider, MemberInfo, Type)
CustomAttributeProviderExtensions.GetCustomAttribute<T>(IMemberInfoIntrospectionProvider, MemberInfo)
CustomAttributeProviderExtensions.GetCustomAttribute(IMemberInfoIntrospectionProvider, MemberInfo, Type, Boolean)
CustomAttributeProviderExtensions.GetCustomAttribute<T>(IMemberInfoIntrospectionProvider, MemberInfo, Boolean)
CustomAttributeProviderExtensions.GetCustomAttribute(IParameterInfoIntrospectionProvider, ParameterInfo, Type)
CustomAttributeProviderExtensions.GetCustomAttribute<T>(IParameterInfoIntrospectionProvider, ParameterInfo)
CustomAttributeProviderExtensions.GetCustomAttribute(IParameterInfoIntrospectionProvider, ParameterInfo, Type, Boolean)
CustomAttributeProviderExtensions.GetCustomAttribute<T>(IParameterInfoIntrospectionProvider, ParameterInfo, Boolean)
EventInfoIntrospectionProviderExtensions.GetAddMethod(IEventInfoIntrospectionProvider, EventInfo)
EventInfoIntrospectionProviderExtensions.GetRemoveMethod(IEventInfoIntrospectionProvider, EventInfo)
EventInfoIntrospectionProviderExtensions.GetRaiseMethod(IEventInfoIntrospectionProvider, EventInfo)
EventInfoIntrospectionProviderExtensions.GetOtherMethods(IEventInfoIntrospectionProvider, EventInfo)
EventInfoIntrospectionProviderExtensions.IsSpecialName(IEventInfoIntrospectionProvider, EventInfo)
FieldInfoIntrospectionProviderExtensions.IsAssembly(IFieldInfoIntrospectionProvider, FieldInfo)
FieldInfoIntrospectionProviderExtensions.IsFamily(IFieldInfoIntrospectionProvider, FieldInfo)
FieldInfoIntrospectionProviderExtensions.IsFamilyAndAssembly(IFieldInfoIntrospectionProvider, FieldInfo)
FieldInfoIntrospectionProviderExtensions.IsFamilyOrAssembly(IFieldInfoIntrospectionProvider, FieldInfo)
FieldInfoIntrospectionProviderExtensions.IsInitOnly(IFieldInfoIntrospectionProvider, FieldInfo)
FieldInfoIntrospectionProviderExtensions.IsLiteral(IFieldInfoIntrospectionProvider, FieldInfo)
FieldInfoIntrospectionProviderExtensions.IsNotSerialized(IFieldInfoIntrospectionProvider, FieldInfo)
FieldInfoIntrospectionProviderExtensions.IsPinvokeImpl(IFieldInfoIntrospectionProvider, FieldInfo)
FieldInfoIntrospectionProviderExtensions.IsPrivate(IFieldInfoIntrospectionProvider, FieldInfo)
FieldInfoIntrospectionProviderExtensions.IsPublic(IFieldInfoIntrospectionProvider, FieldInfo)
FieldInfoIntrospectionProviderExtensions.IsSpecialName(IFieldInfoIntrospectionProvider, FieldInfo)
FieldInfoIntrospectionProviderExtensions.IsStatic(IFieldInfoIntrospectionProvider, FieldInfo)
MethodBaseIntrospectionProviderExtensions.IsAbstract(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsAssembly(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsConstructor(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsFamily(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsFamilyAndAssembly(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsFamilyOrAssembly(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsFinal(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsHideBySig(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsPrivate(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsPublic(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsSpecialName(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsStatic(IMethodBaseIntrospectionProvider, MethodBase)
MethodBaseIntrospectionProviderExtensions.IsVirtual(IMethodBaseIntrospectionProvider, MethodBase)
ModuleIntrospectionProviderExtensions.GetField(IModuleIntrospectionProvider, Module, String)
ModuleIntrospectionProviderExtensions.GetFields(IModuleIntrospectionProvider, Module)
ModuleIntrospectionProviderExtensions.GetMethod(IModuleIntrospectionProvider, Module, String)
ModuleIntrospectionProviderExtensions.GetMethod(IModuleIntrospectionProvider, Module, String, Type[])
ModuleIntrospectionProviderExtensions.GetMethods(IModuleIntrospectionProvider, Module)
ModuleIntrospectionProviderExtensions.GetType(IModuleIntrospectionProvider, Module, String, Boolean)
ModuleIntrospectionProviderExtensions.GetType(IModuleIntrospectionProvider, Module, String)
ModuleIntrospectionProviderExtensions.ResolveField(IModuleIntrospectionProvider, Module, Int32)
ModuleIntrospectionProviderExtensions.ResolveMember(IModuleIntrospectionProvider, Module, Int32)
ModuleIntrospectionProviderExtensions.ResolveMethod(IModuleIntrospectionProvider, Module, Int32)
ModuleIntrospectionProviderExtensions.ResolveType(IModuleIntrospectionProvider, Module, Int32)
ModuleLoadingProviderExtensions.LoadModule(IModuleLoadingProvider, Assembly, String, Byte[])
ParameterInfoIntrospectionProviderExtensions.IsIn(IParameterInfoIntrospectionProvider, ParameterInfo)
ParameterInfoIntrospectionProviderExtensions.IsLcid(IParameterInfoIntrospectionProvider, ParameterInfo)
ParameterInfoIntrospectionProviderExtensions.IsOptional(IParameterInfoIntrospectionProvider, ParameterInfo)
ParameterInfoIntrospectionProviderExtensions.IsOut(IParameterInfoIntrospectionProvider, ParameterInfo)
ParameterInfoIntrospectionProviderExtensions.IsRetval(IParameterInfoIntrospectionProvider, ParameterInfo)
PropertyInfoIntrospectionProviderExtensions.GetGetMethod(IPropertyInfoIntrospectionProvider, PropertyInfo)
PropertyInfoIntrospectionProviderExtensions.GetSetMethod(IPropertyInfoIntrospectionProvider, PropertyInfo)
PropertyInfoIntrospectionProviderExtensions.GetAccessors(IPropertyInfoIntrospectionProvider, PropertyInfo)
PropertyInfoIntrospectionProviderExtensions.IsSpecialName(IPropertyInfoIntrospectionProvider, PropertyInfo)
ReflectionInvocationProviderExtensions.CreateInstance(IReflectionInvocationProvider, Assembly, String)
ReflectionInvocationProviderExtensions.CreateInstance(IReflectionInvocationProvider, Assembly, String, Boolean)
ReflectionInvocationProviderExtensions.Invoke(IReflectionInvocationProvider, ConstructorInfo, Object[])
ReflectionInvocationProviderExtensions.InvokeMember(IReflectionInvocationProvider, Type, String, BindingFlags, Binder, Object, Object[])
ReflectionInvocationProviderExtensions.InvokeMember(IReflectionInvocationProvider, Type, String, BindingFlags, Binder, Object, Object[], CultureInfo)
ReflectionInvocationProviderExtensions.SetValue(IReflectionInvocationProvider, FieldInfo, Object, Object)
ReflectionInvocationProviderExtensions.Invoke(IReflectionInvocationProvider, MethodBase, Object, Object[])
ReflectionInvocationProviderExtensions.GetValue(IReflectionInvocationProvider, PropertyInfo, Object)
ReflectionInvocationProviderExtensions.GetValue(IReflectionInvocationProvider, PropertyInfo, Object, Object[])
ReflectionInvocationProviderExtensions.SetValue(IReflectionInvocationProvider, PropertyInfo, Object, Object)
ReflectionInvocationProviderExtensions.SetValue(IReflectionInvocationProvider, PropertyInfo, Object, Object, Object[])
ReflectionTypeSystemProviderExtensions.IsEnum(IReflectionTypeSystemProvider, Type)
TypeIntrospectionProviderExtensions.IsAbstract(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsAnsiClass(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsAutoClass(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsAutoLayout(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsClass(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsExplicitLayout(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsImport(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsLayoutSequential(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsNested(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsNestedAssembly(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsNestedFamANDAssem(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsNestedFamily(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsNestedFamORAssem(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsNestedPrivate(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsNestedPublic(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsNotPublic(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsPublic(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsSealed(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsSpecialName(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.IsUnicodeClass(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.TypeInitializer(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.GetInterface(ITypeIntrospectionProvider, Type, String)
TypeIntrospectionProviderExtensions.GetConstructor(ITypeIntrospectionProvider, Type, BindingFlags, Binder, Type[], ParameterModifier[])
TypeIntrospectionProviderExtensions.GetConstructor(ITypeIntrospectionProvider, Type, Type[])
TypeIntrospectionProviderExtensions.GetEvent(ITypeIntrospectionProvider, Type, String)
TypeIntrospectionProviderExtensions.GetField(ITypeIntrospectionProvider, Type, String)
TypeIntrospectionProviderExtensions.GetMember(ITypeIntrospectionProvider, Type, String)
TypeIntrospectionProviderExtensions.GetMember(ITypeIntrospectionProvider, Type, String, BindingFlags)
TypeIntrospectionProviderExtensions.GetMethod(ITypeIntrospectionProvider, Type, String, BindingFlags, Binder, Type[], ParameterModifier[])
TypeIntrospectionProviderExtensions.GetMethod(ITypeIntrospectionProvider, Type, String, Type[], ParameterModifier[])
TypeIntrospectionProviderExtensions.GetMethod(ITypeIntrospectionProvider, Type, String, Type[])
TypeIntrospectionProviderExtensions.GetMethod(ITypeIntrospectionProvider, Type, String)
TypeIntrospectionProviderExtensions.GetMethod(ITypeIntrospectionProvider, Type, String, Int32, Type[])
TypeIntrospectionProviderExtensions.GetMethod(ITypeIntrospectionProvider, Type, String, Int32, Type[], ParameterModifier[])
TypeIntrospectionProviderExtensions.GetMethod(ITypeIntrospectionProvider, Type, String, Int32, BindingFlags, Binder, Type[], ParameterModifier[])
TypeIntrospectionProviderExtensions.GetNestedType(ITypeIntrospectionProvider, Type, String)
TypeIntrospectionProviderExtensions.GetProperty(ITypeIntrospectionProvider, Type, String, Type, Type[], ParameterModifier[])
TypeIntrospectionProviderExtensions.GetProperty(ITypeIntrospectionProvider, Type, String, Type, Type[])
TypeIntrospectionProviderExtensions.GetProperty(ITypeIntrospectionProvider, Type, String, Type[])
TypeIntrospectionProviderExtensions.GetProperty(ITypeIntrospectionProvider, Type, String)
TypeIntrospectionProviderExtensions.GetConstructors(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.GetEvents(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.GetFields(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.GetMembers(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.GetMethods(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.GetNestedTypes(ITypeIntrospectionProvider, Type)
TypeIntrospectionProviderExtensions.GetProperties(ITypeIntrospectionProvider, Type)
TypeLoadingProviderExtensions.GetType(ITypeLoadingProvider, String)
TypeLoadingProviderExtensions.GetType(ITypeLoadingProvider, String, Boolean)
TypeLoadingProviderExtensions.GetType(ITypeLoadingProvider, String, Func<AssemblyName, Assembly>, Func<Assembly, String, Boolean, Type>)
TypeLoadingProviderExtensions.GetType(ITypeLoadingProvider, String, Func<AssemblyName, Assembly>, Func<Assembly, String, Boolean, Type>, Boolean)
In This Article
Back to top Generated by DocFX