Which code segment should you use? seenagape 12 years ago 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 (); ← Previous question Next question →