Mono Class Library: Overview

System.Reflection.Module: Members

The members of System.Reflection.Module are listed below.

See Also: Inherited members from System.Object

Public Fields

static readonly
FilterTypeNameTypeFilter (null). Documentation for this section has not yet been entered.
static readonly
FilterTypeNameIgnoreCaseTypeFilter (null). Documentation for this section has not yet been entered.

Public Properties

[read-only]
AssemblyAssembly. Gets the appropriate assembly for the module reflected by the current instance.
[read-only]
FullyQualifiedNamestring. Gets a string that represents the full path of the module reflected by the current instance.
[read-only]
MDStreamVersionint. Documentation for this section has not yet been entered.
[read-only]
MetadataTokenint. Documentation for this section has not yet been entered.
[read-only]
ModuleHandleModuleHandle. Documentation for this section has not yet been entered.
[read-only]
ModuleVersionIdGuid. Documentation for this section has not yet been entered.
[read-only]
Namestring. Gets a string containing the name of the module reflected by the current instance, with the path component removed.
[read-only]
ScopeNamestring. Documentation for this section has not yet been entered.

Public Methods

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.
override
ToString() : string
Returns a string representation of the name of the module reflected by the current instance.

Protected Methods

GetMethodImpl(string, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) : MethodInfo
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._Module.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._Module.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._Module.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._Module.InvokeDocumentation for this section has not yet been entered.