473,320 Members | 1,879 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

CodeDom

Hello,

Can CodeDom be used to read an existing CS file.

Feb 22 '06 #1
5 3005
no

"BuddyWork" <dh*****@bankofny.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Hello,

Can CodeDom be used to read an existing CS file.

Feb 22 '06 #2
Is there any good free parsers out there which can parse a CS file into
CodeDom?

Feb 22 '06 #3
Buddy,

Not that I know. If there were such a parser conversion to VB or any other
..NET language that support CodeDom would be as easy as 1-2-3. VS designer
has some limited parser, but it is unmanaged code as far as I know and is
part of VisualStudio not the framework.
--

Stoitcho Goutsev (100)

"BuddyWork" <dh*****@bankofny.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Is there any good free parsers out there which can parse a CS file into
CodeDom?

Feb 22 '06 #4
http://aspnet.4guysfromrolla.com/articles/080404-1.aspx

--
Floyd
"Stoitcho Goutsev (100)" <10*@100.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Buddy,

Not that I know. If there were such a parser conversion to VB or any other
.NET language that support CodeDom would be as easy as 1-2-3. VS designer
has some limited parser, but it is unmanaged code as far as I know and is
part of VisualStudio not the framework.
--

Stoitcho Goutsev (100)

"BuddyWork" <dh*****@bankofny.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Is there any good free parsers out there which can parse a CS file into
CodeDom?


Feb 22 '06 #5
Floyd,

This is decompilation of the compiled assembly. The question was how to
parse source code and generate CodeDome tree out of that.
--

Stoitcho Goutsev (100)

"Floyd Burger" <mr*******@community.nospam> wrote in message
news:Og*************@tk2msftngp13.phx.gbl...
http://aspnet.4guysfromrolla.com/articles/080404-1.aspx

--
Floyd
"Stoitcho Goutsev (100)" <10*@100.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Buddy,

Not that I know. If there were such a parser conversion to VB or any
other .NET language that support CodeDom would be as easy as 1-2-3. VS
designer has some limited parser, but it is unmanaged code as far as I
know and is part of VisualStudio not the framework.
--

Stoitcho Goutsev (100)

"BuddyWork" <dh*****@bankofny.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Is there any good free parsers out there which can parse a CS file into
CodeDom?



Feb 22 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ron Bullman | last post by:
Hi, I havent been able to find any documentation about @ in the CodeDom context. The problem is when generating C# code from CodeDom it will associate a @-tag with all C# specific types. Why?...
2
by: Guillaume | last post by:
I don't think I'm the only one with this challenge so… I made code with the CodeDom classes and made code to create a new solution and a new project Now I want to get the codedom code in the new...
1
by: John Livermore | last post by:
Hello, We have an application that uses CodeDom for dynamic in-memory compilation of code. The same code (library) is used by both an ASP.net web site and a Windows Service. The code runs fine...
3
by: Alexey Lavnikov | last post by:
I'm playing with CodeDOM and CSharpCodeProvider. I've found the following possibilities: CodeDOM -> Assembly C# Source code -> Assembly I miss the C# Source code -> CodeDOM only. Is it there?...
9
by: lee.chappers | last post by:
How can I make the CodeDom generate the following C# method? protected sealed override void Test() { } I've tried using: domMethod.Attributes = MemberAttributes.Override |...
6
by: moondaddy | last post by:
will CodeDom create XAML windows or just regular windows forms? If so, how to I tell it to create a xaml window instead of a windows form? thanks -- moondaddy@noemail.noemail
2
by: CodeMonkey775 | last post by:
I'm having problems passing a variable to a method which is executed and compiled using CodeDom. The situation is I have a List<CellData> with cells, each containing a formula (like Excel). I am...
1
by: =?Utf-8?B?QU1lcmNlcg==?= | last post by:
I may have painted myself into a corner with GenerateInMemory=true. My app need a custom user step. Users want to code (sort of - they are not programmers) some refinements to a search...
0
by: thisismykindabyte | last post by:
Hello, I was wondering if anyone might know the easiest way to access static methods through a namespace(MyNamespace) from CodeDom generated code? Basically I have this in my...
1
by: thisismykindabyte | last post by:
Hello, I was wondering if anyone could tell me how I can pass a reference of an object(lets pretend a MemoryStream) to CodeDom's generated code in memory? So basically I would like to create...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.