Question:You need to examine an assembly’s metadata from an application. The assembly is located in the GAC. However, the assembly was developed for a different platform, and you cannot run the code contained within the assembly. Which method should you call?
A Assembly.ReflectionOnlyLoad
B Assembly.LoadFrom
C Assembly.LoadFile
D Assembly.ReflectionOnlyLoadFrom
+ AnswerA
+ Report