How do you load assembly to running process

A) Assembly.Load( )
B) Assembly.LoadFrom( )
C) Both

Showing Answers 1 - 6 of 6 Answers

samiksc

  • Jan 9th, 2006
 

(C) is correct. Assembly class provides the following methods to load an assembly:

  1. Load
  2. LoadFrom
  3. LoadFile
  4. LoadWithPartialName
  5. LoadModule

  Was this answer useful?  Yes

Nitin

  • Jun 21st, 2006
 

can u provide us the syntax

Thnx

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions