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.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the current assembly was generated dynamically in the current process; otherwise, false.
Show: