DynamicTypeService.IsDynamicAssembly(AssemblyName) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether or not the specified assembly has been dynamically created.
public:
abstract bool IsDynamicAssembly(System::Reflection::AssemblyName ^ name);
public abstract bool IsDynamicAssembly (System.Reflection.AssemblyName name);
abstract member IsDynamicAssembly : System.Reflection.AssemblyName -> bool
Public MustOverride Function IsDynamicAssembly (name As AssemblyName) As Boolean
Parameters
- name
- AssemblyName
Returns
true
if the assembly was dynamically created, otherwise false
.