Is possible put prefab into Dll as Asset can dynamically load?

like mentioned in title .
I have tidied all reusable scripts into the standalone dll .
So If I can put the prefab into dll ,then I can use it as asset can be loaded by the script directlly.

ANY hint ?

I think what you are looking for is AssetBundles.

Hope this helps you out!