The members of System.Reflection.Module are listed below.
See Also: Inherited members from System.Object
Module() |
Initializes a new instance of the System.Reflection.Module class. |
static readonly | FilterTypeName | TypeFilter (null).
A TypeFilter object that filters the list of types defined in this module based upon the name. This field is case-sensitive and read-only. |
static readonly | FilterTypeNameIgnoreCase | TypeFilter (null).
A TypeFilter object that filters the list of types defined in this module based upon the name. This field is case-insensitive and read-only. |
[read-only] | Assembly | Assembly.
Gets the appropriate System.Reflection.Assembly for this instance of System.Reflection.Module. |
[read-only] | CustomAttributes | IEnumerable<CustomAttributeData>.
Gets a collection that contains this module's custom attributes. |
[read-only] | FullyQualifiedName | string.
Gets a string representing the fully qualified name and path to this module. |
[read-only] | MDStreamVersion | int.
Gets the metadata stream version. |
[read-only] | MetadataToken | int.
Gets a token that identifies the module in metadata. |
[read-only] | ModuleHandle | ModuleHandle.
Gets a handle for the module. |
[read-only] | ModuleVersionId | Guid.
Gets a universally unique identifier (UUID) that can be used to distinguish between two versions of a module. |
[read-only] | Name | string.
Gets a String representing the name of the module with the path removed. |
[read-only] | ScopeName | string.
Gets a string representing the name of the module. |
override | Equals(object)
| |
FindTypes(TypeFilter, object)
| ||
GetCustomAttributes(bool)
| ||
GetCustomAttributes(Type, bool)
| ||
GetCustomAttributesData()
| ||
GetField(string)
| ||
GetField(string, BindingFlags)
| ||
GetFields()
| ||
GetFields(BindingFlags)
| ||
override | GetHashCode()
| |
GetMethod(string)
| ||
GetMethod(string, Type[])
| ||
GetMethod(string, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])
| ||
GetMethods()
| ||
GetMethods(BindingFlags)
| ||
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
| ||
GetPEKind(out PortableExecutableKinds, out ImageFileMachine)Documentation for this section has not yet been entered. | ||
GetSignerCertificate()
| ||
GetType(string)
| ||
GetType(string, bool)
| ||
GetType(string, bool, bool)
| ||
GetTypes()
| ||
IsDefined(Type, bool)
| ||
IsResource()
| ||
ResolveField(int)
| ||
ResolveField(int, Type[], Type[])
| ||
ResolveMember(int)
| ||
ResolveMember(int, Type[], Type[])
| ||
ResolveMethod(int)
| ||
ResolveMethod(int, Type[], Type[])
| ||
ResolveSignature(int)
| ||
ResolveString(int)
| ||
ResolveType(int)
| ||
ResolveType(int, Type[], Type[])
| ||
override | ToString()
|
GetMethodImpl(string, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])
|
static | Equality(Module, Module) |
Indicates whether two System.Reflection.Module objects are equal. |
static | Inequality(Module, Module) |
Indicates whether two System.Reflection.Module objects are not equal. |
System.Runtime.InteropServices._Module.GetIDsOfNames | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._Module.GetTypeInfo |
Retrieves the type information for an object, which can then be used to get the type information for an interface. | |
System.Runtime.InteropServices._Module.GetTypeInfoCount | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._Module.Invoke | Documentation for this section has not yet been entered. |