This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Module Methods
The methods of the Module class are listed below. For a complete list of Module class members, see the Module Members topic.
Public:
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
FindTypes |
Returns an array of classes accepted by the given filter and filter criteria. |
GetCaller |
Returns a Module representing the module to which the caller belongs. |
GetCustomAttributes |
Overloaded. [To be supplied.] |
GetField |
Overloaded. [To be supplied.] |
GetFields |
To be supplied |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetMethod |
Overloaded. [To be supplied.] |
GetMethods |
Returns an array of all of the global methods defined on the Module. |
GetObjectData |
[To be supplied.] |
GetSignerCertificate |
[To be supplied.] |
GetType |
Overloaded. [To be supplied.] |
GetTypes |
Returns all the classes defined within this module. |
IsDefined |
Determines if the attributeType is defined on this module. |
ToString |
Returns the name of the module. |
Protected:
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
GetMethodImpl |
To be supplied. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
Module Class | System.Reflection Namespace