answersLogoWhite

0

Assembly is a basic element of packaging in .NET. An assembly consists of IL code, metadata that describes what is in the assembly, and any other files or information that the application needs to run, such as graphics and sound files.

Assemblies can be static or dynamic.

Static assemblies can include .NET types (interfaces and classes), as well as required resources for the assembly(bitmaps, JPEG files, resource files, and so on). Static assemblies are stored on disk in PE files.

Dynamic assemblies are one which run directly from memory and are not saved to disk before execution. They can be saved to disk after they have executed.
Assemblies are the basic elements of packaging in .NET. An assembly consists of IL code, metadata that describes what is in the assembly, and any other files or information that the application needs to run, such as graphics and sound files.

Static Assemblies can include .NET types (interfaces and classes), as well as required resources for the assembly (bitmaps, JPEG files, resource files, and so on). Static assemblies are stored on disk in PE files.

Dynamic Assemblies are one which run directly from memory and are not saved to disk before execution. They can be saved to disk after they have executed.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What are difference between static and dyanamic assembly?

Static Assemblies: - These assemblies are .NET binaries located on the disk as a file or set of files and directly loaded from there as and when CLR requests for them. Whenever one compiles the C# code, one gets STATIC assemblies. Dynamic Assemblies: - These assemblies are loaded directly from the Memory and not stored on the disk. However one can save them later to the disk. These binaries are created on the fly in the memory using SYSTEM.REFLECTION.EMIT namespace. Hence the name- dynamic.


Is using AssemblyLoad a static reference or dynamic reference?

Dynamic references are constructed on the fly as a result of calling various methods, such as System.Reflection.Assembly.Load. Source: .NET Framework Developer's Guide How the Runtime Locates Assemblies


Does comcast have static or dynamic ip's?

Dynamic unless you pay extra for a static.


Types of Internet static and dynamic - explain this?

Static: Not Moving Dynamic: Moving


Is wellness a static or dynamic process?

Dynamic process. Static means staying the same.


What is Dynamic static?

static comes from stationary means not moving and dynamic means moving


Is Sodapop a static or dynamic character?

static


Are human rights dynamic or static?

dynamic


Is push up dynamic or static?

DYnamic


What is the antonum of dynamic?

The antonym of dynamic is 'static'.


What is the difference between static and dynamic fighting?

Static stays the same and dynamic is always different.


Differentiate between static and dynamic systems in linear system analysis?

If a system is static then it will be known as STATIC SYSTEM and if it is not static then its a common sense that it will be a DYNAMIC SYSTEM.