Module Class
Performs reflection on a module.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Module() | Initializes a new instance of the Module class. |
| Name | Description | |
|---|---|---|
![]() | Assembly | Gets the appropriate Assembly for this instance of Module. |
![]() | CustomAttributes | Gets a collection that contains this module's custom attributes. |
![]() | FullyQualifiedName | Gets a string representing the fully qualified name and path to this module. |
![]() | MDStreamVersion | Gets the metadata stream version. |
![]() | MetadataToken | Gets a token that identifies the module in metadata. |
![]() | ModuleHandle | Gets a handle for the module. |
![]() | ModuleVersionId | Gets a universally unique identifier (UUID) that can be used to distinguish between two versions of a module. |
![]() | Name | Gets a String representing the name of the module with the path removed. |
![]() | ScopeName | Gets a string representing the name of the module. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether this module and the specified object are equal.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | FindTypes(TypeFilter^, Object^) | Returns an array of classes accepted by the given filter and filter criteria. |
![]() | GetCustomAttributes(Boolean) | Returns all custom attributes. |
![]() | GetCustomAttributes(Type^, Boolean) | Gets custom attributes of the specified type. |
![]() | GetCustomAttributesData() | Returns a list of CustomAttributeData objects for the current module, which can be used in the reflection-only context. |
![]() | GetField(String^) | Returns a field having the specified name. |
![]() | GetField(String^, BindingFlags) | Returns a field having the specified name and binding attributes. |
![]() | GetFields() | Returns the global fields defined on the module. |
![]() | GetFields(BindingFlags) | Returns the global fields defined on the module that match the specified binding flags. |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides Object::GetHashCode().) |
![]() | GetMethod(String^) | Returns a method having the specified name. |
![]() | GetMethod(String^, BindingFlags, Binder^, CallingConventions, array<Type^>^, array<ParameterModifier>^) | Returns a method having the specified name, binding information, calling convention, and parameter types and modifiers. |
![]() | GetMethod(String^, array<Type^>^) | Returns a method having the specified name and parameter types. |
![]() | GetMethodImpl(String^, BindingFlags, Binder^, CallingConventions, array<Type^>^, array<ParameterModifier>^) | Returns the method implementation in accordance with the specified criteria. |
![]() | GetMethods() | Returns the global methods defined on the module. |
![]() | GetMethods(BindingFlags) | Returns the global methods defined on the module that match the specified binding flags. |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Provides an ISerializable implementation for serialized objects. |
![]() | GetPEKind(PortableExecutableKinds%, ImageFileMachine%) | Gets a pair of values indicating the nature of the code in a module and the platform targeted by the module. |
![]() | GetSignerCertificate() | Returns an X509Certificate object corresponding to the certificate included in the Authenticode signature of the assembly which this module belongs to. If the assembly has not been Authenticode signed, null is returned. |
![]() | GetType() | |
![]() | GetType(String^) | Returns the specified type, performing a case-sensitive search. |
![]() | GetType(String^, Boolean) | Returns the specified type, searching the module with the specified case sensitivity. |
![]() | GetType(String^, Boolean, Boolean) | Returns the specified type, specifying whether to make a case-sensitive search of the module and whether to throw an exception if the type cannot be found. |
![]() | GetTypes() | Returns all the types defined within this module. |
![]() | IsDefined(Type^, Boolean) | Returns a value that indicates whether the specified attribute type has been applied to this module. |
![]() | IsResource() | Gets a value indicating whether the object is a resource. |
![]() | MemberwiseClone() | |
![]() | ResolveField(Int32) | Returns the field identified by the specified metadata token. |
![]() | ResolveField(Int32, array<Type^>^, array<Type^>^) | Returns the field identified by the specified metadata token, in the context defined by the specified generic type parameters. |
![]() | ResolveMember(Int32) | Returns the type or member identified by the specified metadata token. |
![]() | ResolveMember(Int32, array<Type^>^, array<Type^>^) | Returns the type or member identified by the specified metadata token, in the context defined by the specified generic type parameters. |
![]() | ResolveMethod(Int32) | Returns the method or constructor identified by the specified metadata token. |
![]() | ResolveMethod(Int32, array<Type^>^, array<Type^>^) | Returns the method or constructor identified by the specified metadata token, in the context defined by the specified generic type parameters. |
![]() | ResolveSignature(Int32) | Returns the signature blob identified by a metadata token. |
![]() | ResolveString(Int32) | Returns the string identified by the specified metadata token. |
![]() | ResolveType(Int32) | Returns the type identified by the specified metadata token. |
![]() | ResolveType(Int32, array<Type^>^, array<Type^>^) | Returns the type identified by the specified metadata token, in the context defined by the specified generic type parameters. |
![]() | ToString() | Returns the name of the module.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | FilterTypeName | 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. |
![]() ![]() | FilterTypeNameIgnoreCase | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(Module^, Module^) | Indicates whether two Module objects are equal. |
![]() ![]() | Inequality(Module^, Module^) | Indicates whether two Module objects are not equal. |
| Name | Description | |
|---|---|---|
![]() ![]() | _Module::GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | Maps a set of names to a corresponding set of dispatch identifiers. |
![]() ![]() | _Module::GetTypeInfo(UInt32, UInt32, IntPtr) | Retrieves the type information for an object, which can then be used to get the type information for an interface. |
![]() ![]() | _Module::GetTypeInfoCount(UInt32%) | Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
![]() ![]() | _Module::Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | Provides access to properties and methods exposed by an object. |
| Name | Description | |
|---|---|---|
![]() | GetCustomAttribute(Type^) | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified module.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttribute<T>() | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified module.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttributes() | Overloaded. Retrieves a collection of custom attributes that are applied to a specified module.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttributes(Type^) | Overloaded. Retrieves a collection of custom attributes of a specified type that are applied to a specified module.(Defined by CustomAttributeExtensions.) |
![]() | IsDefined(Type^) | Overloaded. Indicates whether custom attributes of a specified type are applied to a specified module.(Defined by CustomAttributeExtensions.) |
A module is a portable executable file, such as type.dll or application.exe, consisting of one or more classes and interfaces. There may be multiple namespaces contained in a single module, and a namespace may span multiple modules.
One or more modules deployed as a unit compose an assembly. For information about creating an assembly with more than one module, see Multifile Assemblies.
Note that a .NET Framework module is not the same as a module in Visual Basic, which is used by a programmers to organize functions and subroutines in an application.
for full trust for inheritors. This class cannot be inherited by partially trusted code.
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







