You should be able to tell them apart via IsSealed (static s abstract sealed)
http://stackoverflow.com/questions/28592681/in-what-way-is-a-static-class-implicitly-abstract --Ruben On Sunday, 12 April 2015 08:05:24 UTC+1, Yuri Ferreira wrote: > > Hi Folks, > > I am new in Mono Cecil... > > I would like to know how to verifies if a *TypeDefinition* is a Static > Class or a Abstract Class... > > Both are *IsAbstract()* true and both have the same *TypeAttributes...* > > *Thanks!!!!* > *Yuri* > > > -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
