Valid 70-483 Dumps shared by ExamDiscuss.com for Helping Passing 70-483 Exam! ExamDiscuss.com now offer the newest 70-483 exam dumps, the ExamDiscuss.com 70-483 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-483 dumps with Test Engine here:
You are creating a console application by using C#. You need to access the application assembly. Which code segment should you use?
Correct Answer: D
Explanation Assembly.GetExecutingAssembly - Gets the assembly that contains the code that is currently executing. Reference: http://msdn.microsoft.com/en-us/library/system.reflecti on.assembly.getexecutingassembly(v=vs.110).aspx Incorrect: Not A: Assembly.GetAssembly - Gets the currently loaded assembly in which the specified class is defined. http://msdn.microsoft.com/en-us/library/system.reflection.assembly.getassembly.aspx