.NET API Documentation

Namespace: System.Module

This namespace contains fundamental types and classes used throughout the .NET Framework, including basic data types, exception handling, and attributes.

Note: This page provides documentation for the System.Module namespace. For more detailed information on specific classes and members, please refer to the individual class pages.

Classes

Name Description
Class ModuleInfo Provides information about a loaded module.
Class ModuleHandle Represents a handle to a module.

Delegates

Name Description
Delegate ModuleInitializer Represents a method that is called when a module is initialized.

Interfaces

Name Description
Interface IModule Defines the contract for a module within the .NET runtime.

Enums

Name Description
Enum ModuleLoadStatus Specifies the load status of a module.

See Also