DynamicTypeService.CreateDynamicAssembly(String) 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.
This method creates a new assembly whose contents are the given assembly file.
public:
abstract System::Reflection::Assembly ^ CreateDynamicAssembly(System::String ^ fileName);
public abstract System.Reflection.Assembly CreateDynamicAssembly (string fileName);
abstract member CreateDynamicAssembly : string -> System.Reflection.Assembly
Public MustOverride Function CreateDynamicAssembly (fileName As String) As Assembly
Parameters
- fileName
- String
The name of the assembly.