Gets the name of the assembly containing a type.
The name of the assembly containg the type.
string assemblyName = MainUtil.GetAssemblyName(Sitecore.MasterFactory.GetType()); // "Sitecore.Kernel"
MainUtil Class | Sitecore Namespace