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 Class

The Module class reflects a module. A module is a portable executable file of type .dll or .exe consisting of one or more classes and interfaces. One or more modules that are deployed as a unit compose an assembly.

Object
   Module

[Visual Basic]
Public Class Module
   Implements ISerializable, ICustomAttributeProvider
[C#]
public class Module : ISerializable, ICustomAttributeProvider
[C++]
public __gc class Module : public ISerializable,
   ICustomAttributeProvider
[JScript]
public class Module implements ISerializable,
   ICustomAttributeProvider

Remarks

There may be multiple namespaces contained in a single module and a namespace may be span multiple modules.

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

Module Members | System.Reflection Namespace