The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Module Methods
.NET Framework 1.1
The methods of the Module class are listed here. For a complete list of Module class members, see the Module Members topic.
Public Methods
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
FindTypes | Returns an array of classes accepted by the given filter and filter criteria. |
GetCustomAttributes | Overloaded. Returns custom attributes. |
GetField | Overloaded. Returns a specified field. |
GetFields | Returns an array of fields implemented by a class. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetMethod | Overloaded. Returns a method having the specified criteria. |
GetMethods | Returns an array of all the global methods defined on the module. |
GetObjectData | Provides an ISerializable implementation for serialized objects. |
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, a null reference (Nothing in Visual Basic) is returned. |
GetType Supported by the .NET Compact Framework. | Overloaded. Returns the specified class. |
GetTypes Supported by the .NET Compact Framework. | Returns all the classes defined within this module. |
IsDefined | Determines if the specified attributeType is defined on this module. |
IsResource | Gets a value indicating whether the object is a resource. |
ToString Supported by the .NET Compact Framework. | Overridden. Returns the name of the module. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetMethodImpl | Returns the method implementation in accordance with the specified criteria. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |

