Re: .net framework programming
From: Andrew Baum (no_at_spam.com)
Date: 05/14/04
- Next message: Andrew Baum: "Re: not wanting to serialize an event"
- Previous message: alexis rzewski: "not wanting to serialize an event"
- In reply to: manish: ".net framework programming"
- Next in thread: Eliahu Baker: "Re: .net framework programming"
- Reply: Eliahu Baker: "Re: .net framework programming"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 11:19:35 -0700
I'll try to answer the question I think your asking. When you compile your
exe, it is still has a PE header. When you execute our exe, Windows reads
the PE, determines that its a managed assembly and passes it to .NET. The
CLI looks for a static method called main in your assembly, and invokes it
passing to it any arguments you provided.
Does this answer your question? If not, could you maybe rephrase it?
-Andrew
http://abaum.com/blog
"manish" <manish_gurgaon@yahoo-dot-com.no-spam.invalid> wrote in message
news:40a5098e_1@127.0.0.1...
> how a program executes in .net framework? In .net framework program
> contains only class, how a class run? is a class run without object?
> please reply i m new to .net framework.
>
- Next message: Andrew Baum: "Re: not wanting to serialize an event"
- Previous message: alexis rzewski: "not wanting to serialize an event"
- In reply to: manish: ".net framework programming"
- Next in thread: Eliahu Baker: "Re: .net framework programming"
- Reply: Eliahu Baker: "Re: .net framework programming"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|