NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Module Members

Public:

Properties

Assembly Returns the appropriate Assembly for this instance of Module.
FullyQualifiedName Returns the fully qualified name and path to this Module.
Name Returns the name of the module with the path removed.
ScopeName Returns a String representing the Name of the Module.

Methods

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.

Fields

FilterTypeName Represents a TypeFilter object that filters the list of Types defined in this Module based upon the name (case sensitive).
FilterTypeNameIgnoreCase Represents a TypeFilter object that filters the list of types defined in this Module based upon the name (case insensitive).

Protected:

Methods

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