C# Reflection – What is Assembly?
Assembly is the main unit in .NET applications. Assembly is a collection of types and its information. There are two types of assemblies: Both type of assemblies includes information about types and its members in its metadata. There are three ways to get Assembly instances: 1. Getting assembly instance from type …