Click here to Skip to main content
16,005,467 members
Home / Discussions / C#
   

C#

 
GeneralOut of Process Server in C# Pin
Colin Herkes27-Apr-04 21:05
Colin Herkes27-Apr-04 21:05 
GeneralRe: Out of Process Server in C# Pin
Heath Stewart28-Apr-04 3:17
protectorHeath Stewart28-Apr-04 3:17 
GeneralRe: Out of Process Server in C# Pin
Colin Herkes29-Apr-04 21:24
Colin Herkes29-Apr-04 21:24 
GeneralRe: Out of Process Server in C# Pin
Heath Stewart30-Apr-04 2:57
protectorHeath Stewart30-Apr-04 2:57 
GeneralRe: Out of Process Server in C# Pin
Colin Herkes3-May-04 0:19
Colin Herkes3-May-04 0:19 
GeneralRe: Out of Process Server in C# Pin
Heath Stewart3-May-04 1:49
protectorHeath Stewart3-May-04 1:49 
GeneralRe: Out of Process Server in C# Pin
Colin Herkes3-May-04 2:54
Colin Herkes3-May-04 2:54 
GeneralRe: Out of Process Server in C# Pin
Heath Stewart3-May-04 3:18
protectorHeath Stewart3-May-04 3:18 
mscoree.dll - the CLR host - creates an AppDomain for the executable and loads the assembly, executing the main entry point and marshalling calls. This does not create a separate process as you've seen. I'm not even sure you could do this using pure .NET. You might have to create your own shim (like mscoree.dll) that runs as a process and marshals calls to your managed AppDomain. I remember seeing some code once for a custom host such as this (sorry, can't remember where - though you could try SourceForge) and it was by no means a simple task.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Out of Process Server in C# Pin
leppie28-Apr-04 8:39
leppie28-Apr-04 8:39 
GeneralRe: Out of Process Server in C# Pin
Colin Herkes29-Apr-04 21:26
Colin Herkes29-Apr-04 21:26 
GeneralRe: Out of Process Server in C# Pin
leppie30-Apr-04 6:55
leppie30-Apr-04 6:55 
GeneralDirect X Pin
mookeroo27-Apr-04 15:37
mookeroo27-Apr-04 15:37 
GeneralRe: Direct X Pin
Heath Stewart27-Apr-04 17:11
protectorHeath Stewart27-Apr-04 17:11 
GeneralCommenting for comment web page Pin
Jon G27-Apr-04 13:14
Jon G27-Apr-04 13:14 
GeneralRe: Commenting for comment web page Pin
Jeff Varszegi27-Apr-04 14:57
professionalJeff Varszegi27-Apr-04 14:57 
GeneralRe: Commenting for comment web page Pin
Jon G28-Apr-04 0:50
Jon G28-Apr-04 0:50 
GeneralRe: Commenting for comment web page Pin
Jeff Varszegi28-Apr-04 12:30
professionalJeff Varszegi28-Apr-04 12:30 
QuestionHow detect listview's columns resize event? Pin
machocr27-Apr-04 10:52
machocr27-Apr-04 10:52 
AnswerRe: How detect listview's columns resize event? Pin
Heath Stewart27-Apr-04 12:25
protectorHeath Stewart27-Apr-04 12:25 
GeneralRe: How detect listview's columns resize event? Pin
machocr27-Apr-04 13:06
machocr27-Apr-04 13:06 
GeneralRe: How detect listview's columns resize event? Pin
Heath Stewart27-Apr-04 17:04
protectorHeath Stewart27-Apr-04 17:04 
QuestionHow take IP-address of workgroup or domain computers? Pin
FedorMatv27-Apr-04 10:42
FedorMatv27-Apr-04 10:42 
AnswerRe: How take IP-address of workgroup or domain computers? Pin
Stefan Troschuetz27-Apr-04 11:14
Stefan Troschuetz27-Apr-04 11:14 
GeneralRe: How take IP-address of workgroup or domain computers? Pin
RNEELY28-Apr-04 6:11
RNEELY28-Apr-04 6:11 
GeneralRe: How take IP-address of workgroup or domain computers? Pin
FedorMatv28-Apr-04 10:35
FedorMatv28-Apr-04 10:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.