Re: COBOL delegates and .NET Action<string>



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.
.



Relevant Pages

  • Re: Converting COBOL code to C# ?
    ... We use MicroFocus COBOL for .NET 2003. ... with MicroFocus is that they require me to have a licensing server on the ... If I write a MicroFocus COBOL program on my development machine, ... into C# using a free product such as Roeder's Reflector. ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Converting COBOL code to C# ?
    ... has a COBOL.NET language product. ... You can use the existing COBOL ... codebase to create .NET assemblies, ... into C# using a free product such as Roeder's Reflector. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Microsoft doesnt want you to use VB .Net
    ... >> If I need to figure out what the framework is doing under the hood, ... >> I use .Net Reflector, which is a great study aid. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Microsoft doesnt want you to use VB .Net
    ... > I use .Net Reflector, which is a great study aid. ... In my opinion has it in a normal situation no sence to gain some ...
    (microsoft.public.dotnet.languages.vb)
  • Re: IComparer and Sort
    ... I use Red Gates's .NET Reflector. ... I get QuickSort in this way. ... Select SorterObjectArray ... I get the same result if I start form main using reflector and click until I ...
    (microsoft.public.dotnet.languages.csharp)