all groups > dotnet clr > september 2004 >
You're in the

dotnet clr

group:

Reflection.Emit



Reflection.Emit John.Arthur NO[at]SPAM gmail.com
9/27/2004 3:09:42 AM
dotnet clr: Hi,

I am reading about Reflection.Emit and I can't really imagine a real
situation where I can use this. Can someone give me an example that
can't be done without Reflection or an example of something that If
done with Reflection.Emit will be a lot faster or something sensible.
I will really appreciate your help.

Thanks :
RE: Reflection.Emit Ansil MCAD
9/27/2004 6:03:01 AM
hi john
check this link
http://www.codeproject.com/cs/miscctrl/CustomPropGrid.asp?df=100&forumid=32723&exp=0&select=728571
regards
Ansil

[quoted text, click to view]
RE: Reflection.Emit Ansil MCAD
9/27/2004 6:03:02 AM
hi john
check this link
http://www.codeproject.com/cs/miscctrl/CustomPropGrid.asp?df=100&forumid=32723&exp=0&select=728571
regards
Ansil

[quoted text, click to view]
RE: Reflection.Emit Ansil MCAD
9/27/2004 6:05:01 AM
hi john

check this link
http://www.codeproject.com/cs/miscctrl/CustomPropGrid.asp?df=100&forumid=32723&exp=0&select=728571
regards
Ansil

[quoted text, click to view]
RE: Reflection.Emit Ansil MCAD
9/27/2004 6:05:03 AM
hi john

check this link
http://www.codeproject.com/cs/miscctrl/CustomPropGrid.asp?df=100&forumid=32723&exp=0&select=728571
regards
Ansil

[quoted text, click to view]
RE: Reflection.Emit Ansil MCAD
9/27/2004 6:05:04 AM
hi john

check this link
http://www.codeproject.com/cs/miscctrl/CustomPropGrid.asp?df=100&forumid=32723&exp=0&select=728571
regards
Ansil

[quoted text, click to view]
RE: Reflection.Emit Ansil MCAD
9/27/2004 6:05:04 AM
hi john

check this link
http://www.codeproject.com/cs/miscctrl/CustomPropGrid.asp?df=100&forumid=32723&exp=0&select=728571
regards
Ansil

[quoted text, click to view]
RE: Reflection.Emit Ansil MCAD
9/27/2004 6:05:04 AM
hi john
check this link
http://www.codeproject.com/cs/miscctrl/CustomPropGrid.asp?df=100&forumid=32723&exp=0&select=728571
regards
Ansil

[quoted text, click to view]
RE: Reflection Emit Ansil MCAD
9/27/2004 6:05:06 AM
hi john

check this link
http://www.codeproject.com/cs/miscctrl/CustomPropGrid.asp?df=100&forumid=32723&exp=0&select=728571
regards
Ansil

[quoted text, click to view]
Re: Reflection.Emit Richard Blewett [DevelopMentor]
9/30/2004 11:18:58 AM
A number of framework classes use it - RegEx for example when you compile the regex it creates a tuned assembly to run the regex; XMLSerialzer creates a class whose sole purpose in life is to serialize, as XML, a particular CLR type. I've seen it used to generate data access code as well [1].

[1] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/autointe2.asp

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog

nntp://news.microsoft.com/microsoft.public.dotnet.framework.clr/<OTwrx2wpEHA.556@tk2msftngp13.phx.gbl>

Writing compilers comes to mind :-)

--
Sriram Krishnan

http://www.dotnetjunkies.com/weblog/sriram


[quoted text, click to view]



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.770 / Virus Database: 517 - Release Date: 27/09/2004



Re: Reflection.Emit Sriram Krishnan
9/30/2004 9:36:45 PM
Writing compilers comes to mind :-)

--
Sriram Krishnan

http://www.dotnetjunkies.com/weblog/sriram


[quoted text, click to view]

Re: Reflection Emit cody
10/1/2004 3:56:28 PM
A PropertyGrid uses Reflection to let the user edit contents of an object -
but this doesn't have anything to do with the OP's question,
Reflection.Emit().
Posting one and the same posting eight times doesn't help either :)
OOI, which newsreader do you use?

--
cody

Freeware Tools, Games and Humour
http://www.deutronium.de.vu || http://www.deutronium.tk
"Ansil MCAD" <AnsilMCAD@discussions.microsoft.com> schrieb im Newsbeitrag
news:48E19138-694C-4077-A067-F9A7E810C8B1@microsoft.com...
[quoted text, click to view]
http://www.codeproject.com/cs/miscctrl/CustomPropGrid.asp?df=100&forumid=327
23&exp=0&select=728571
[quoted text, click to view]

Re: Reflection.Emit Clint Miller
11/5/2004 10:08:39 AM
The above posters are correct! It can be very, very useful in certain
situations. I'm going to use it to evaulate some user defined formulas
that involve parametric variables in our modeling application. It
couldn't be done easily without Reflection.Emit or the CodeDOM. The
CodeDOM is less attractive because of the overhead of instantiating the
compiler (this would happen multiple times in our case).
[quoted text, click to view]
AddThis Social Bookmark Button