The methods of System.Reflection.Module are listed below. For a list of all members, see the Module Members list.
See Also: Inherited members from System.Object
FindTypes(TypeFilter, object) : Type[] Documentation for this section has not yet been entered.GetCustomAttributes(bool) : object[] Documentation for this section has not yet been entered.GetCustomAttributes(Type, bool) : object[] Documentation for this section has not yet been entered.GetField(string) : FieldInfo Returns a System.Reflection.FieldInfo instance that reflects the global public field that has the specified name, and is a member of the module reflected by the current instance.GetField(string, BindingFlags) : FieldInfo Returns a System.Reflection.FieldInfo instance that reflects the global field that has the specified name and has the specified binding attributes, and is a member of the module reflected by the current instance.GetFields() : FieldInfo[] Returns an array whose elements reflect the global public fields that are members of the module reflected by the current instance.GetFields(BindingFlags) : FieldInfo[] Returns an array whose elements reflect the global fields that have the specified binding attributes, and are members of the module reflected by the current instance.GetMethod(string) : MethodInfo Returns a System.Reflection.MethodInfo instance that reflects the global public method that has the specified name, and is a member of the module reflected by the current instance.GetMethod(string, Type[]) : MethodInfo Returns a System.Reflection.MethodInfo instance that reflects the global public method that has the specified name and parameter types, and is a member of the module reflected by the current instance.GetMethod(string, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) : MethodInfo Documentation for this section has not yet been entered.GetMethods() : MethodInfo[] Returns an array whose elements reflect the global public methods that are members of the module reflected by the current instance.GetMethods(BindingFlags) : MethodInfo[] Returns an array whose elements reflect the global methods that have the specified binding attributes, and are members of the module reflected by the current instance.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Documentation for this section has not yet been entered.GetPEKind(out PortableExecutableKinds, out ImageFileMachine) Documentation for this section has not yet been entered.GetSignerCertificate() : System.Security.Cryptography.X509Certificates.X509Certificate Documentation for this section has not yet been entered.GetType(string) : Type Documentation for this section has not yet been entered.GetType(string, bool) : Type Documentation for this section has not yet been entered.GetType(string, bool, bool) : Type Documentation for this section has not yet been entered.GetTypes() : Type[] Documentation for this section has not yet been entered.IsDefined(Type, bool) : bool Documentation for this section has not yet been entered.IsResource() : bool Documentation for this section has not yet been entered.ResolveField(int) : FieldInfo Documentation for this section has not yet been entered.ResolveField(int, Type[], Type[]) : FieldInfo Documentation for this section has not yet been entered.ResolveMember(int) : MemberInfo Documentation for this section has not yet been entered.ResolveMember(int, Type[], Type[]) : MemberInfo Documentation for this section has not yet been entered.ResolveMethod(int) : MethodBase Documentation for this section has not yet been entered.ResolveMethod(int, Type[], Type[]) : MethodBase Documentation for this section has not yet been entered.ResolveSignature(int) : byte[] Documentation for this section has not yet been entered.ResolveString(int) : string Documentation for this section has not yet been entered.ResolveType(int) : Type Documentation for this section has not yet been entered.ResolveType(int, Type[], Type[]) : Type Documentation for this section has not yet been entered. overrideToString() : string Returns a string representation of the name of the module reflected by the current instance.
GetMethodImpl(string, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) : MethodInfo Documentation for this section has not yet been entered.