DynamicTypeService::IsDynamicAssembly Method (AssemblyName^)

 

Determines whether or not the specified assembly has been dynamically created.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual bool IsDynamicAssembly(
	AssemblyName^ name
) abstract

Return Value

Type: System::Boolean

true if the assembly was dynamically created, otherwise false.

Return to top
Show: