The output of the performance calculator many time shows some weird name like
.cctor()for the methods. like for example,<MethodSig="void .cctor()" />,here my method name is different and method name showing here by PermCalc is different.
So what is .cctor() displayed in place of actual method name?
ArjunAtPSL
Member
2 Points
11 Posts
what is .cctor() displayed in place of actual method name in PermCalc report?
Nov 30, 2007 08:32 AM|LINK
The output of the performance calculator many time shows some weird name like .cctor() for the methods. like for example,<Method Sig="void .cctor()" />,here my method name is different and method name showing here by PermCalc is different.
So what is .cctor() displayed in place of actual method name?
Thanks,
Mallikarjun
DarrellNorto...
All-Star
87431 Points
9717 Posts
Moderator
MVP
Re: what is .cctor() displayed in place of actual method name in PermCalc report?
Nov 30, 2007 11:58 AM|LINK
Darrell Norton's Blog
Please click "Mark as Answer" if this helped you.
ArjunAtPSL
Member
2 Points
11 Posts
Re: what is .cctor() displayed in place of actual method name in PermCalc report?
Nov 30, 2007 12:09 PM|LINK
Thank you very much Darrell for the prompt reply.