Assembly.IsDynamic Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a value that indicates whether the current assembly was generated dynamically in the current process by using reflection emit.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsDynamic As Boolean
public virtual bool IsDynamic { get; }

Property Value

Type: System.Boolean
true if the current assembly was generated dynamically in the current process; otherwise, false.

Remarks

Dynamic assemblies are represented by the derived class AssemblyBuilder.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.