Reputation: 14088
What static method of the Assembly class should be called to guarantee that an instance of an assembly which has an entry point of the application will be returned?
Upvotes: 1
Views: 213
Reputation: 60190
Are you looking for Assembly.GetEntryAssembly()?
Assembly.GetEntryAssembly()
Upvotes: 5