Validate Strong Name of Running Assembly

Posted by Kyle Rozendo on Stack Overflow See other posts from Stack Overflow or by Kyle Rozendo
Published on 2010-02-25T08:33:11Z Indexed on 2010/03/15 5:29 UTC
Read the original article Hit count: 266

Filed under:
|
|

Is it possible for one to check the strong name of a .NET application that is already currently running separately from your own running applications process?


EDIT: For clarification, a solution that does not require a hard coded path to the executing assembly would be the most ideal solution.


EDIT #2: Is there any way to do this without using reflection?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about strongname