DynamicTypeService::CreateDynamicAssembly Method (String^)

 

This method creates a new assembly whose contents are the given assembly file.

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

public:
virtual Assembly^ CreateDynamicAssembly(
	String^ fileName
) abstract

Parameters

fileName
Type: System::String^

The name of the assembly.

This is used to load an assembly so that the underlying file is not locked

Return to top
Show: