You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read this article and want to find out that assembly has embedded types by looking at the assembly in a decompiler, for example, or using .net reflection API. Could someone prompt how to find out? The only solution I see is to iterating over types in the assembly and checking each one if it has TypeIdentifierAttribute, but it is inefficient and probably wrong in some cases.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I read this article and want to find out that assembly has embedded types by looking at the assembly in a decompiler, for example, or using .net reflection API. Could someone prompt how to find out? The only solution I see is to iterating over types in the assembly and checking each one if it has
TypeIdentifierAttribute
, but it is inefficient and probably wrong in some cases.Beta Was this translation helpful? Give feedback.
All reactions