Click here to Skip to main content
15,911,896 members
Home / Discussions / C#
   

C#

 
QuestionHow Search Engine Works Pin
monafr8119-Jul-07 9:14
monafr8119-Jul-07 9:14 
JokeRe: How Search Engine Works Pin
BoneSoft19-Jul-07 9:17
BoneSoft19-Jul-07 9:17 
GeneralRe: How Search Engine Works Pin
Paul Conrad19-Jul-07 9:21
professionalPaul Conrad19-Jul-07 9:21 
GeneralRe: How Search Engine Works Pin
BoneSoft19-Jul-07 10:35
BoneSoft19-Jul-07 10:35 
GeneralRe: How Search Engine Works Pin
Paul Conrad19-Jul-07 10:39
professionalPaul Conrad19-Jul-07 10:39 
GeneralRe: How Search Engine Works Pin
BoneSoft19-Jul-07 10:51
BoneSoft19-Jul-07 10:51 
JokeRe: How Search Engine Works Pin
Luc Pattyn19-Jul-07 9:22
sitebuilderLuc Pattyn19-Jul-07 9:22 
GeneralRe: How Search Engine Works Pin
monafr8119-Jul-07 9:26
monafr8119-Jul-07 9:26 
GeneralRe: How Search Engine Works Pin
Larantz19-Jul-07 9:32
Larantz19-Jul-07 9:32 
GeneralRe: How Search Engine Works Pin
monafr8119-Jul-07 9:36
monafr8119-Jul-07 9:36 
GeneralRe: How Search Engine Works Pin
BoneSoft19-Jul-07 10:37
BoneSoft19-Jul-07 10:37 
GeneralRe: How Search Engine Works Pin
Vasudevan Deepak Kumar19-Jul-07 18:41
Vasudevan Deepak Kumar19-Jul-07 18:41 
GeneralRe: How Search Engine Works Pin
BoneSoft20-Jul-07 6:11
BoneSoft20-Jul-07 6:11 
GeneralRe: How Search Engine Works Pin
Member 1354794410-Dec-17 22:43
Member 1354794410-Dec-17 22:43 
AnswerRe: How Search Engine Works Pin
DavidNohejl19-Jul-07 11:00
DavidNohejl19-Jul-07 11:00 
QuestionHow to get all environment variable of a process Pin
SteveA6919-Jul-07 8:13
SteveA6919-Jul-07 8:13 
AnswerRe: How to get all environment variable of a process Pin
Ian Shlasko19-Jul-07 8:32
Ian Shlasko19-Jul-07 8:32 
GeneralRe: How to get all environment variable of a process Pin
Luc Pattyn19-Jul-07 8:42
sitebuilderLuc Pattyn19-Jul-07 8:42 
AnswerRe: How to get all environment variable of a process Pin
Luc Pattyn19-Jul-07 8:36
sitebuilderLuc Pattyn19-Jul-07 8:36 
GeneralRe: How to get all environment variable of a process Pin
SteveA6920-Jul-07 1:58
SteveA6920-Jul-07 1:58 
GeneralRe: How to get all environment variable of a process Pin
Luc Pattyn20-Jul-07 3:47
sitebuilderLuc Pattyn20-Jul-07 3:47 
Hi,

if I understand correctly, you want to know the current values for all envars in another
process ? Well AFAIK that is impossible: as I explained, a process starts of with a copy
of its parent process (see Process.StartInfo), but that copy is local data, it exists only
inside that process, and there is no handle or other way to get to it from the outside.

Smile | :)


GeneralRe: How to get all environment variable of a process Pin
SteveA6920-Jul-07 11:42
SteveA6920-Jul-07 11:42 
GeneralRe: How to get all environment variable of a process Pin
Luc Pattyn20-Jul-07 16:01
sitebuilderLuc Pattyn20-Jul-07 16:01 
GeneralRe: How to get all environment variable of a process Pin
SteveA6920-Jul-07 23:47
SteveA6920-Jul-07 23:47 
GeneralRe: How to get all environment variable of a process Pin
Luc Pattyn21-Jul-07 0:55
sitebuilderLuc Pattyn21-Jul-07 0:55 

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.