473,569 Members | 2,764 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Reflection.Emit help request

I am trying to figure out how to translate the following CIL call into
an Emit statement.

In CIL it is:
IL_004c: callvirt instance class [System.Data]System.Data.Dat aRow
[System.Data]System.Data.Dat aRowCollection: :get_Item(int32 )

The C# equivilant is as follows:
MyDataRowCollec tion[0];

I thought it would be something like:
ilGenerator.Emi t(OpCodes.Callv irt,
typeof(DataRowC ollection).GetP roperty("Item") .GetGetMethod() );

However, I can't figure out how to pass in the [Int32] value into the
Emit call to make it like the CIL. Can anyone assist? What is the
proper Emit call in this scenerio? I am a little stumped, obviously I
am doing something wrong, but not sure what it is, exactly.

I would appreciate any assistance.

TIA
Oct 10 '07 #1
1 1428
John,

The CLR is stack-based, meaning that the parameters are taken from the
stack.

If you write your code in C# and then compile it and look at the IL, you
will see that the parameter is placed on the stack before the call and then
the method parameters will be taken off the stack.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m
"John" <pl*********@us e.netwrote in message
news:eR******** ******@TK2MSFTN GP03.phx.gbl...
>I am trying to figure out how to translate the following CIL call into an
Emit statement.

In CIL it is:
IL_004c: callvirt instance class [System.Data]System.Data.Dat aRow
[System.Data]System.Data.Dat aRowCollection: :get_Item(int32 )

The C# equivilant is as follows:
MyDataRowCollec tion[0];

I thought it would be something like:
ilGenerator.Emi t(OpCodes.Callv irt,
typeof(DataRowC ollection).GetP roperty("Item") .GetGetMethod() );

However, I can't figure out how to pass in the [Int32] value into the Emit
call to make it like the CIL. Can anyone assist? What is the proper Emit
call in this scenerio? I am a little stumped, obviously I am doing
something wrong, but not sure what it is, exactly.

I would appreciate any assistance.

TIA
Oct 10 '07 #2

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

Similar topics

0
2171
by: Nigel Sampson | last post by:
ey all, I'm in the process of creating a method of tracking whenever an objects properties are changed. Since its not possible to alter existing types I decided to used a proxy generated using Reflection.Emit which inherits from the object needed Person p = (Person)ProxyBuilder.Construct(typeof(Person));
0
2761
by: john | last post by:
Is there a way to use the Reflection.Emit namespace classes to load an existing assembly, then modify it by emitting IL to the loaded assembly, then saving the modified assembly back to a file? Thanks, John
7
9943
by: Mark Miller | last post by:
I am using Reflection.Emit to dynamically build a class. A method of the class to be built requires a Parameter of type "Type". But I don't know how to use Emit to pass a call of "typeof()" to the method. The method could look like this: public void myDynamicMethod(Type type){ //.....do something with the Type passed in....... }
3
2506
by: John Arthur | last post by:
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 : John Arthur
2
3651
by: Striped | last post by:
Is there any tool to convert source code, e.g. of a C# method, to opcodes being used in System.Reflection.Emit? It's a real pain to do that manually, especially for big pieces of code. public static int Rule001() { return 1; } ==> ILGenerator methodIL = ruleMethod.GetILGenerator(); methodIL.Emit(OpCodes.Ldc_I4, 1);...
3
3034
by: ayende | last post by:
How do I use Reflection.Emit to produce code similar to this? public void bar<T>() { } public void foo<J>() { bar<J>(); }
2
3625
by: Luis Arvayo | last post by:
Hi, In c#, I need to dynamically create types at runtime that will consist of the following: - inherits from a given interface - will have a constructor with an int argument
2
1647
by: allfyre | last post by:
Ok, to make a long story short, I'm Emitting some MSIL from a c# application. I know that THIS is the MSIL I want to be emitting: //************************************************************** ..method public hidebysig instance class System.Data.SqlClient.SqlCommand Format1(class Delta.DictionaryDispatch dispatch) cil managed { .custom...
0
1544
by: cfatulescu | last post by:
Hello, i'm trying to reproduce a method using Reflection.Emit, everything is going well except one small thing, without all my job is done for nothing. I can not reproduce the keyword "return" and to set it to an attribute by using Reflection.Emit. Help!!!, pls
0
1651
by: =?Utf-8?B?QXJ0dXJvIE1hcnRpbmV6?= | last post by:
I've been looking everywhere on how to call AddRange Method of a List<myClassfield in Reflection.Emit My code goes like this MethodInfo method = typeof(List<>).MakeGenericType(typeof(myClass)).GetMethod("AddRange", BindingFlags.Instance | BindingFlags.Public, null, new Type { typeof(IEnumerable<>).MakeGenericType(typeof(myClass)) },...
0
7694
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7609
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7921
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6278
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5504
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1208
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.