Click here to Skip to main content
15,909,205 members
Home / Discussions / C#
   

C#

 
AnswerRe: Globalization and Localization in C#. Pin
MCSD-Gandalf26-Jul-06 5:14
MCSD-Gandalf26-Jul-06 5:14 
AnswerRe: Globalization and Localization in C#. Pin
Stefan Troschuetz26-Jul-06 5:19
Stefan Troschuetz26-Jul-06 5:19 
Questionproblem with listview ? help please ... Pin
cmpeng3426-Jul-06 4:13
cmpeng3426-Jul-06 4:13 
AnswerRe: problem with listview ? help please ... Pin
Ed.Poore26-Jul-06 4:41
Ed.Poore26-Jul-06 4:41 
Questioncannot find custom tool and CrystalDecisions.VSShell.CodeGen.ReportCodeGenerator Pin
Saamir26-Jul-06 3:45
Saamir26-Jul-06 3:45 
AnswerRe: cannot find custom tool and CrystalDecisions.VSShell.CodeGen.ReportCodeGenerator Pin
Member 1048674820-May-14 21:46
Member 1048674820-May-14 21:46 
QuestionScan process memory searching for instances of a given type. Pin
kASTRATOR26-Jul-06 3:26
kASTRATOR26-Jul-06 3:26 
AnswerRe: Scan process memory searching for instances of a given type. Pin
Ed.Poore26-Jul-06 4:44
Ed.Poore26-Jul-06 4:44 
kASTRATOR wrote:
objects


If you mean .NET objects then...

You can use the System.Diagnostics namespace to get process information. From there you can get the paths of any executables or dlls etc, you can load these using the System.Reflection namespace and then scan through the assemblies using Reflection for the objects you want. You probably can't get a copy of the objects currently in memory as Windows and the framework will disallow this (although there might be a way).


Formula 1 - Short for "F1 Racing" - named after the standard "help" key in Windows, it's a sport where participants desperately search through software help files trying to find actual documentation. It's tedious and somewhat cruel, most matches ending in a draw as no participant is able to find anything helpful. - Shog9

Ed

GeneralRe: Scan process memory searching for instances of a given type. Pin
kASTRATOR26-Jul-06 22:06
kASTRATOR26-Jul-06 22:06 
GeneralRe: Scan process memory searching for instances of a given type. [modified] Pin
Ed.Poore26-Jul-06 22:51
Ed.Poore26-Jul-06 22:51 
GeneralRe: Scan process memory searching for instances of a given type. Pin
kASTRATOR26-Jul-06 23:37
kASTRATOR26-Jul-06 23:37 
GeneralRe: Scan process memory searching for instances of a given type. Pin
Ed.Poore26-Jul-06 23:49
Ed.Poore26-Jul-06 23:49 
GeneralRe: Scan process memory searching for instances of a given type. Pin
kASTRATOR27-Jul-06 0:43
kASTRATOR27-Jul-06 0:43 
GeneralRe: Scan process memory searching for instances of a given type. Pin
Ed.Poore27-Jul-06 0:48
Ed.Poore27-Jul-06 0:48 
QuestionEnterprise Library 2.0 Database Listener Pin
osamahmirza26-Jul-06 3:21
osamahmirza26-Jul-06 3:21 
Questionbackups! [modified] Pin
Jaymahinda26-Jul-06 3:17
Jaymahinda26-Jul-06 3:17 
AnswerRe: backups! Pin
Ed.Poore26-Jul-06 4:45
Ed.Poore26-Jul-06 4:45 
Questionabstract class & interface Pin
lavate malllik26-Jul-06 1:51
lavate malllik26-Jul-06 1:51 
AnswerRe: abstract class & interface Pin
leppie26-Jul-06 1:54
leppie26-Jul-06 1:54 
AnswerRe: abstract class & interface Pin
stancrm26-Jul-06 1:54
stancrm26-Jul-06 1:54 
AnswerRe: abstract class & interface Pin
J4amieC26-Jul-06 2:47
J4amieC26-Jul-06 2:47 
QuestionWhen use static method and when use non static method ? Pin
CooperWu26-Jul-06 1:47
CooperWu26-Jul-06 1:47 
AnswerRe: When use static method and when use non static method ? Pin
Christian Graus26-Jul-06 2:07
protectorChristian Graus26-Jul-06 2:07 
GeneralRe: When use static method and when use non static method ? Pin
CooperWu26-Jul-06 2:30
CooperWu26-Jul-06 2:30 
AnswerRe: When use static method and when use non static method ? Pin
MatthysDT26-Jul-06 2:15
MatthysDT26-Jul-06 2:15 

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.