2017-10-17 33 views

답변

0

그냥 당신이

AssemblyPart assemblyPart = new AssemblyPart(); 
Assembly asm = assemblyPart.Load(dllStream); 

AssemblyPart

의) (로드를 사용하고

asm.CreateInstance("...") 
와 인스턴스를 만들 수있는 DLL을로드 할