C# - Load DLL At Runtime (Dynamically) Tutorial (System.Reflection)

preview_player
Показать описание


C# - Load DLL At Runtime (Dynamically) Tutorial (System.Reflection)
Рекомендации по теме
Комментарии
Автор

İ create a DLL file in c++ and call from try to load from c# code but i have some errors like badimageformat exception but my dll and exe same platform

strlk
Автор

hi, if is not to late, i have a some queston about dll files. can dll be stored like resource in exe and executed read/write until app is running ??? i want to store all my dll in exe file to can avoid install process of software when i send app to some customer. can c# do that ??? i already make a txt file in second form to load from there a data when click a button help. some similar process i need to explain about dll. if is not possible to write in stored resource dll can be used some bin file in same folder like a small ram memory until app is running. i is for win 10 talking about. or directly read/write from dll trough real physical ram pc memory. any way to complete this task is ok :) best regards for all your work

KaradevNetLtd