| 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) : FieldInfoReturns 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) : FieldInfoReturns 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) : MethodInfoReturns 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[]) : MethodInfoReturns 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[]) : MethodInfoDocumentation 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.X509CertificateDocumentation for this section has not yet been entered. |
| GetType(string) : TypeDocumentation for this section has not yet been entered. |
| GetType(string, bool) : TypeDocumentation for this section has not yet been entered. |
| GetType(string, bool, bool) : TypeDocumentation for this section has not yet been entered. |
| GetTypes() : Type[]Documentation for this section has not yet been entered. |
| IsDefined(Type, bool) : boolDocumentation for this section has not yet been entered. |
| IsResource() : boolDocumentation for this section has not yet been entered. |
| ResolveField(int) : FieldInfoDocumentation for this section has not yet been entered. |
| ResolveField(int, Type[], Type[]) : FieldInfoDocumentation for this section has not yet been entered. |
| ResolveMember(int) : MemberInfoDocumentation for this section has not yet been entered. |
| ResolveMember(int, Type[], Type[]) : MemberInfoDocumentation for this section has not yet been entered. |
| ResolveMethod(int) : MethodBaseDocumentation for this section has not yet been entered. |
| ResolveMethod(int, Type[], Type[]) : MethodBaseDocumentation for this section has not yet been entered. |
| ResolveSignature(int) : byte[]Documentation for this section has not yet been entered. |
| ResolveString(int) : stringDocumentation for this section has not yet been entered. |
| ResolveType(int) : TypeDocumentation for this section has not yet been entered. |
| ResolveType(int, Type[], Type[]) : TypeDocumentation for this section has not yet been entered. |
override | ToString() : stringReturns a string representation of the name of the module reflected by the current instance. |