Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.

Is using Assembly.Load a static reference or dynamic reference?

0 votes
Is using Assembly.Load a static reference or dynamic reference? Explain.
asked 2 years ago by scott (560 points)

1 Answer

0 votes
It is a static call to load dynamic references. Assembly.Load is used to load new assemblies into the application at runtime.
answered 2 years ago by gooseman (290 points)

Related questions