lundi 17 juillet 2017

c#, There is no public static Assembly Load(string assemblyString) in Reflection reference

I'm going to use reflection in my project, and make a reference to Reflection Assembly. The strange thing is the only Assembly.Load method I can find here is

public static Assembly Load(AssemblyName assemblyRef)

What I want is

public static Assembly Load(string assemblyString)

Anyone can plz help to solve this problem?





Aucun commentaire:

Enregistrer un commentaire