Arbejdsglæde
Arbejdsglæde

Reputation: 14088

entry point of the application

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

Answers (1)

Lucero
Lucero

Reputation: 60190

Are you looking for Assembly.GetEntryAssembly()?

Upvotes: 5

Related Questions