History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-565
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Doug H
Reporter: Doug H
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

emit specialname attribute for special methods

Created: 29/Oct/05 10:31 PM   Updated: 08/Feb/06 03:14 PM
Component/s: Emitter
Affects Version/s: 0.7
Fix Version/s: 0.7.6

Time Tracking:
Not Specified


 Description  « Hide
I believe it may be as simple as adding this in EmitAssembly.GetMethodAttributesFromTypeMember in the if member.IsStatic block:

if (member.Name.StartsWith("op_"))

{ attributes |= MethodAttributes.SpecialName; }

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.