exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 1 question 42 discussion

Actual exam question from Microsoft's 70-483
Question #: 42
Topic #: 1
[All 70-483 Questions]

You are creating a console application by using C#.
You need to access the assembly found in the file named car.dll.
Which code segment should you use?

  • A. Assembly.Load();
  • B. Assembly.GetExecutingAssembly();
  • C. This.GetType();
  • D. Assembly.LoadFile("car.dll");
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Assembly.LoadFile - Loads the contents of an assembly file on the specified path.
References: http://msdn.microsoft.com/en-us/library/b61s44e8.aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mmarinov
Highly Voted 5 years, 1 month ago
D is correct.
upvoted 7 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...