-
If you really want to understand C # code, the best way to do that is by understanding the code generated by the C # compiler. This is the focus of this chapter and the following two chapters.
We will use a short C # program to uncover the mystery of IL and interpret the IL code generated by the compiler. In this way, we can "stone": first, we will reveal the mystery of
How to interpret IL code and IL codeHow to interpret IL code
For the IL code, I will unveil it in three ways. What is the IL code? Why should we read the IL code? How can we read the IL
Link Address: http://jingyan.baidu.com/article/a948d65178a6ea0a2ccd2e7e.htmlAurora im use tutorial, Aurora im (Jmessage) is the perfect choice if your App requires simultaneous integration of Push features with IM capabilities. Because Aurora im only needs a long link.Aurora im how to make, now hands-on teach you self-made IM applications.Method/Step
(Aurora
Aurora push --- Android Demo, Aurora --- Android demo
For a dry job. for the programmer of. net, it is just like a dog biting a hedgehog and does not know where to start. For the programmer, it is both a challenge and an opportunity, because the knowledge is the same, in addition, in the small series of program life, leave the most precious memories, although later small series are not necessarily engaged i
Click Aurora push to achieve the jump, click Aurora push to jump
To be honest, Aurora push has been used for several times, but every development has implemented simple display functions. A recently claimed app requires only display in the background, you also need to click the notification bar to jump to the corresponding details interface, so you thought it was
IL interface and class attributes, IL interface attributes
In the previous article, I learned how to get started with IL. Next, I will use two examples to understand the attributes, constructor, and Interface Usage of the class.
I. class attributes and constructors
1. first take a look at the C # code of the class we want to build and then implement
1-
We use C #, VB. NET language will eventually be compiled into an assembly or IL. Therefore, code written with vb.net can be modified in C # and later used in COBOL. Therefore, it is very necessary to understand IL.
Once you are familiar with IL, there is no barrier to understanding. NET technology because all of the. NET languages are compiled to
Read the IL code (4) and read the il code
This is the last article in The IL series, mainly about Process Control in IL. I believe that the above three articles show that the IL code is not a big problem. Okay. If you don't talk much about it, just give it a simple explanati
Understanding IL code (2) and understanding il code
The most basic IL Code mentioned in the previous article should be relatively easy to understand. Therefore, with the foundation of the previous article, this article will be explained in depth.
First, I must introduce some important concepts:
Evaluation Stack: This is caused. net clr automatically manages the m
When I got back to the computer, everyone else went to the Black shop. I did not catch up.What are the other things I'm bored?
Recently, I want to write something to listen to events. After reflecting eventinfo, I need a dynamic constructor,An Opcodes parameter is required. A query of help actually represents a stuff of Il.
Very depressing. So I can see if I can understand it.
Start with the simplest one. This is because the tutorial offered by
Recommended stack and lightning Owin in IL, and IL lightning Owin
In recent days, I had the honor to get guidance from lightning and learn about some commands in EMIT and IL. Although there is a saying that an anti-aircraft gun is used to fight mosquitoes, I believe that 80% of the "20% law" can be used to solve the problem, and 20% of the functions can only be
Ildecompilator --ildasm.exeand reflector.exe:
I. Introduction to ildasm.exe
This is a soft vstool, which has been described in detail in the article "ildasm.exe -- il decompilation utility;
Ii. reflector.exe
So far (10.02.03), the latest version downloaded from the http://www.aisto.com/roeder/dotnet is latest version: 5.1.6.0, here also the classic "Hello world. "Example: When reflector is used. when ext opens an executable file, the ma
Ios-push certificate application and Aurora push method details, ios-push Aurora
Push third-party platforms: Aurora, rongyun, etc.The case column generally fails to receive the notification when the application is activated and the user is in use at the front-end.In this case, we can use remote and local methods for development.Aurora is used as an example.Apply
The example in study Note 1 can be changed to the following: The function remains unchanged, but the resources occupied during running are smaller. I am in all and Note 1
Code Note the location of the change as follows:
1
//
----------- Program Header
2
. Assembly
Extern
Mscorlib
{}
3
. Assembly oddoreven
{}
4
. Module oddoreven.exe
5
//
----------- Class declaration
6
.
Namespace
Odd. or
{ 7 . Class Public Auto ANSI ev
Aurora push _ configuration and use-iOS development, Aurora-ios
Two months later, the project development is OK, and the first version has been submitted for review. Here we will summarize the usage of Aurora push.
1. First of all, the application for the Account
2. Subsequent environment Configuration:
Here is the link: http://docs.jpush.io/client/ios_tuto
-1-
Code written in C # and VB. NET will eventually be compiled into an assembly or IL. Therefore, the code written in VB. NET can be modified in C # And then used in Cobol. Therefore, it is necessary to understand Il.
Once you are familiar with IL, there will be no obstacle to understanding. NET technology, because all. NET languages will compile into
· Il Code Analysis Method
· Il Command Parsing
·. Net learning methodology
1. Introduction
Since the beginning of the "You must know. Net" series, anytao has received a lot of attention and support from everyone, providing great encouragement and motivation. In the past, I found that many garden friends focused on understanding the issue of IL code. For me, this
) {
int i=1;
int j=2;
int k=3;
int answer = I+J+K;
Console.WriteLine ("i+j+k=" +answer);
}
}
After compiling this source code, you can get an EXE program. We can go through ILDASM. EXE (figure 0) to reverse-compile the exe to observe the IL. I set the Il decompile column of Main () as follows, there are 18 il directives, some directives (such
A prefaceThank you @ Ice Lin Light Wu pointed out the error of the article, has now been correctedFor the IL code does not understand the total feeling is magical, the first day to see completely unintelligible, only listen to the experts said, understand the IL code you can more clearly know how your code is running mutual calls, this is an unknown feeling.Then began to contact
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.