DynamicMethod.Module Property
Silverlight
Gets the module with which the dynamic method is logically associated.
Namespace: System.Reflection.Emit
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.