Re: COBOL delegates and .NET Action<string>
- From: biblepolyglotte@xxxxxxxxx
- Date: Thu, 12 Feb 2009 08:32:13 -0800 (PST)
On Feb 11, 7:06 pm, "Frank Swarbrick" <Frank.Swarbr...@xxxxxxxxxxxxxx>
wrote:
Once upon a time I believe I had the answer to this, but I can't recall what
it is. I think I used .NET Reflector to translate the C# .EXE from bytecode
back to C# and it showed that the actual method used by +=.
.NET Reflector is very fun anyway, so take a look:http://www.red-gate.com/products/reflector/.
- Show quoted text -
I hadn't thought of using Reflector here, but the Snippy add-in for
Reflector is the next project I'd like to port from C# to COBOL. Then
I'd like to see if a Reflector add-in to disassemble from MSIL to
COBOL is feasible. :-)
I realized overnight that RoutedEventHandlers are automatically wired
up in generated COBOL files, when event handler attributes are added
to XAML elements in the designer. So I'll have a look at generated
COBOL first, but will keep Reflector in mind.
FxCop demanded a strong name for the AddOneSnippy assembly, so the
snippet compiler is now called COBOL the Barbarian:
http://www.codeplex.com/barbarian
The Reflector add-in to compile from C#, VB, C++, and COBOL -- and
browse the resulting MSIL -- will be COBOL the Conqueror. Now if only
there were a strong name for snippet.
.
- References:
- Re: COBOL delegates and .NET Action<string>
- From: Frank Swarbrick
- Re: COBOL delegates and .NET Action<string>
- Prev by Date: Re: COBOL Program Editor
- Next by Date: Re: COBOL Program Editor
- Previous by thread: Re: COBOL delegates and .NET Action<string>
- Next by thread: Programming language survey
- Index(es):
Relevant Pages
|