Gets the location of the assembly as specified originally, for example, in an System.Reflection.AssemblyName object.
Absolute path from which the assembly was originally loaded.
To get the absolute path to the loaded manifest-containing file, use the Assembly.Location property instead.
If the assembly was loaded as a byte array, using an overload of the erload:System.Reflection.Assembly.Load method that takes an array of bytes, this property returns the location of the caller of the method, not the location of the loaded assembly.