© Roger Villela 2019
R. VillelaExploring the .NET Core 3.0 Runtimehttps://doi.org/10.1007/978-1-4842-5113-3_3

3. Dynamic .NET Assemblies: Defining Dynamic .NET Types

Roger Villela1 
(1)
Sao Paulo, São Paulo, Brazil
 

As you know, the .NET platform supports two types of .NET assemblies, static and dynamic. This chapter and the next are about working with dynamic .NET assemblies; it covers the purpose and benefits of dynamic .NET assemblies and how to perform fundamental tasks with them. Also, you will learn how to define a dynamic .NET assembly, a dynamic .NET module, a dynamic .NET reference type, and a dynamic .NET field member.

About Dynamic Assemblies

Dynamic assemblies are created dynamically at runtime and by using a specialized API of the .NET Core ...

Get Exploring the .NET Core 3.0 Runtime: Through Code Generation and Metadata Inspection now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.