RuntimeTypeHandle::GetModuleHandle Method ()

 

Gets a handle to the module that contains the type represented by the current instance.

This API is not CLS-compliant.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
[CLSCompliantAttribute(false)]
ModuleHandle GetModuleHandle()

Return Value

Type: System::ModuleHandle

A ModuleHandle structure representing a handle to the module that contains the type represented by the current instance.

.NET Framework
Available since 2.0
Return to top
Show: