IsDynamic Property

Assembly.IsDynamic Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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)

'Declaration
Public Overridable ReadOnly Property IsDynamic As Boolean

Property Value

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

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft