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

C#

 
AnswerRe: C# XML Atribute help? Pin
Estys14-Apr-10 0:34
Estys14-Apr-10 0:34 
AnswerRe: C# XML Atribute help? Pin
J4amieC14-Apr-10 0:35
J4amieC14-Apr-10 0:35 
AnswerThanks for reply Estys and J4amieC :rose: ! Pin
Nematjon Rahmanov14-Apr-10 0:49
Nematjon Rahmanov14-Apr-10 0:49 
GeneralRe: Thanks for reply Estys and J4amieC :rose: ! Pin
Estys14-Apr-10 1:20
Estys14-Apr-10 1:20 
GeneralRe: C# XML Atribute help? Pin
harold aptroot14-Apr-10 4:56
harold aptroot14-Apr-10 4:56 
QuestionFind and mark area in bing maps.... Pin
pranavcool13-Apr-10 22:51
pranavcool13-Apr-10 22:51 
QuestionDrag & Drop under Windows7 Pin
frommi13-Apr-10 21:40
frommi13-Apr-10 21:40 
AnswerRe: Drag & Drop under Windows7 Pin
Mycroft Holmes13-Apr-10 23:00
professionalMycroft Holmes13-Apr-10 23:00 
GeneralRe: Drag & Drop under Windows7 Pin
frommi13-Apr-10 23:13
frommi13-Apr-10 23:13 
GeneralRe: Drag & Drop under Windows7 Pin
Mycroft Holmes14-Apr-10 2:14
professionalMycroft Holmes14-Apr-10 2:14 
QuestionIs there a way in .NET to access the bytecode/IL/CLR that is currently running? Pin
blackblizzard13-Apr-10 20:43
blackblizzard13-Apr-10 20:43 
AnswerRe: Is there a way in .NET to access the bytecode/IL/CLR that is currently running? Pin
PIEBALDconsult14-Apr-10 4:31
mvePIEBALDconsult14-Apr-10 4:31 
GeneralRe: Is there a way in .NET to access the bytecode/IL/CLR that is currently running? Pin
blackblizzard14-Apr-10 4:39
blackblizzard14-Apr-10 4:39 
I'm afraid not: I need to be able to detect accesses to any data, including fields of sealed classes which I cannot redefine as properties.

As for your second suggestion, if the field is of a sealed class I won't be able to write a wrapper that extends it. For example if I have:
class SomeClass {
   SomeSealedClass fieldIWantToProtect;
}

sealed class SomeSealedClass {
   ...
}


I cannot write a class:
class SomeSealedClassWrapper : SomeSealedClass {
   // stuff that protects the data
}


Thanks for your answer.
GeneralRe: Is there a way in .NET to access the bytecode/IL/CLR that is currently running? Pin
PIEBALDconsult14-Apr-10 5:08
mvePIEBALDconsult14-Apr-10 5:08 
GeneralRe: Is there a way in .NET to access the bytecode/IL/CLR that is currently running? Pin
blackblizzard14-Apr-10 5:18
blackblizzard14-Apr-10 5:18 
GeneralRe: Is there a way in .NET to access the bytecode/IL/CLR that is currently running? Pin
PIEBALDconsult14-Apr-10 5:29
mvePIEBALDconsult14-Apr-10 5:29 
GeneralRe: Is there a way in .NET to access the bytecode/IL/CLR that is currently running? Pin
blackblizzard14-Apr-10 5:39
blackblizzard14-Apr-10 5:39 
AnswerRe: Is there a way in .NET to access the bytecode/IL/CLR that is currently running? Pin
Daniel Grunwald14-Apr-10 6:03
Daniel Grunwald14-Apr-10 6:03 
GeneralRe: Is there a way in .NET to access the bytecode/IL/CLR that is currently running? [modified] Pin
blackblizzard14-Apr-10 6:32
blackblizzard14-Apr-10 6:32 
QuestionGet output from console window (which is a different process) Pin
Programm3r13-Apr-10 20:19
Programm3r13-Apr-10 20:19 
AnswerRe: Get output from console window (which is a different process) Pin
Martin Jarvis13-Apr-10 20:44
Martin Jarvis13-Apr-10 20:44 
GeneralRe: Get output from console window (which is a different process) Pin
Programm3r13-Apr-10 20:56
Programm3r13-Apr-10 20:56 
AnswerRe: Get output from console window (which is a different process) Pin
Programm3r13-Apr-10 21:11
Programm3r13-Apr-10 21:11 
AnswerRe: Get output from console window (which is a different process) Pin
PIEBALDconsult14-Apr-10 3:24
mvePIEBALDconsult14-Apr-10 3:24 
Questiondrawing semi transparent boxes over richtextbox Pin
NarVish13-Apr-10 20:16
NarVish13-Apr-10 20:16 

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.