Click here to Skip to main content
15,924,193 members
Home / Discussions / C#
   

C#

 
GeneralRe: DefaultValue, Custom Attributes, and PropertyGrids [modified] Pin
LordAelfric26-Jul-06 10:15
LordAelfric26-Jul-06 10:15 
GeneralRe: DefaultValue, Custom Attributes, and PropertyGrids Pin
Martin#26-Jul-06 9:18
Martin#26-Jul-06 9:18 
Questionout value? Pin
honeyman_can26-Jul-06 6:17
honeyman_can26-Jul-06 6:17 
AnswerRe: out value? Pin
Dustin Metzgar26-Jul-06 6:28
Dustin Metzgar26-Jul-06 6:28 
QuestionHashtable vs. Dictionary (key values) Pin
honeyman_can26-Jul-06 5:12
honeyman_can26-Jul-06 5:12 
AnswerRe: Hashtable vs. Dictionary (key values) Pin
Dustin Metzgar26-Jul-06 5:17
Dustin Metzgar26-Jul-06 5:17 
AnswerUnf, no Pin
Ennis Ray Lynch, Jr.26-Jul-06 6:24
Ennis Ray Lynch, Jr.26-Jul-06 6:24 
QuestionInstalling MSDE or SQL Express Edition with Dot Net application [modified] Pin
wasife26-Jul-06 5:10
wasife26-Jul-06 5:10 
AnswerRe: Installing MSDE or SQL Express Edition with Dot Net application [modified] Pin
Paul Conrad26-Jul-06 6:27
professionalPaul Conrad26-Jul-06 6:27 
QuestionGlobalization and Localization in C#. Pin
Herhighness26-Jul-06 4:48
Herhighness26-Jul-06 4:48 
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 

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.