There is no concept of a static class at an IL level. Just static methods http://stackoverflow.com/questions/695056/what-is-a-static-class
On Sun, Apr 12, 2015 at 8:38 AM, Yuri Ferreira <[email protected]> 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. -- Studying for the Turing test -- -- -- 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.
