95.

What static method of the assembly class is guaranteed to return an instance that represents the assembly that contains the startup object (or entry point) of the application?

GetEntryAssembly is a static method that returns the assembly that contains the statup object (or entry point)