DynamicMethod.Module Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the module with which the dynamic method is logically associated.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection.ModuleThe Module with which the current dynamic method is associated.
The following code example displays the Module property of a dynamic method. This code example is part of a larger example provided for the DynamicMethod class.
Show: