Microsoft Exam Questions

Which code segment should you use?

You are creating a console application by using C#.
You need to access the application assembly.
Which code segment should you use?

A.
Assembly.GetAssembly(this);

B.
this.GetType();

C.
Assembly.Load();

D.
Assembly.GetExecutingAssembly();