Click here to Skip to main content
15,921,454 members
Home / Discussions / C#
   

C#

 
GeneralRe: Registry Scanner c# [modified] Pin
LongRange.Shooter9-Jun-06 7:06
LongRange.Shooter9-Jun-06 7:06 
JokeRe: Registry Scanner c# Pin
BoneSoft9-Jun-06 11:04
BoneSoft9-Jun-06 11:04 
Questionchange form title (text) base on application Pin
donkaiser9-Jun-06 4:54
donkaiser9-Jun-06 4:54 
AnswerRe: change form title (text) base on application Pin
Stefan Troschuetz9-Jun-06 4:58
Stefan Troschuetz9-Jun-06 4:58 
AnswerRe: change form title (text) base on application Pin
Alexander Wiseman9-Jun-06 4:59
Alexander Wiseman9-Jun-06 4:59 
GeneralRe: change form title (text) base on application Pin
donkaiser9-Jun-06 5:20
donkaiser9-Jun-06 5:20 
QuestionDesign question Pin
Elina Blank9-Jun-06 4:52
sitebuilderElina Blank9-Jun-06 4:52 
AnswerRe: Design question Pin
LongRange.Shooter9-Jun-06 7:01
LongRange.Shooter9-Jun-06 7:01 
I tried writing an answer for this, but there are still some missing pieces.

For example does Runtime own SharedClass or is SharedClass a static class that is visible to both Manager and Client? You did not say but imply that SharedClass is an instance class so someone must contain it.

Then there is the way it is accessed. If you have a containing class and expose a method to do the read/update, you can alway incorporate a Context class that each caller would implement. The context would help the setter in SharedClass determine if the update is allowed in the given Context.

One possibility:
SharedClass exposes GetInstance(Context context)
context is fed to the instance which is used to determine if the setter should be active.

Another possibility:
SharedClass is static and the access to info is exposed:
public static bool UpdateInfo( object info, ContextClass context )

context contains the AssemblyName of the caller.
AnswerRe: Design question Pin
nevezuxa9-Jun-06 8:09
nevezuxa9-Jun-06 8:09 
AnswerRe: Design question Pin
BoneSoft9-Jun-06 11:32
BoneSoft9-Jun-06 11:32 
QuestionHow to remotely change system setting [modified] Pin
bannapradeep9-Jun-06 4:25
bannapradeep9-Jun-06 4:25 
QuestionLock on static object - Threading Question (long) [modified] Pin
Alexander Wiseman9-Jun-06 4:14
Alexander Wiseman9-Jun-06 4:14 
AnswerRe: Lock on static object - Threading Question (long) Pin
Dustin Metzgar9-Jun-06 5:09
Dustin Metzgar9-Jun-06 5:09 
GeneralRe: Lock on static object - Threading Question (long) Pin
Alexander Wiseman9-Jun-06 5:14
Alexander Wiseman9-Jun-06 5:14 
AnswerRe: Lock on static object - Threading Question (long) Pin
LongRange.Shooter9-Jun-06 7:16
LongRange.Shooter9-Jun-06 7:16 
GeneralRe: Lock on static object - Threading Question (long) Pin
Alexander Wiseman9-Jun-06 7:37
Alexander Wiseman9-Jun-06 7:37 
Questionvalidate input Pin
donkaiser9-Jun-06 4:03
donkaiser9-Jun-06 4:03 
AnswerRe: validate input Pin
Dustin Metzgar9-Jun-06 4:24
Dustin Metzgar9-Jun-06 4:24 
GeneralRe: validate input Pin
donkaiser9-Jun-06 4:35
donkaiser9-Jun-06 4:35 
GeneralRe: validate input Pin
Dustin Metzgar9-Jun-06 4:51
Dustin Metzgar9-Jun-06 4:51 
AnswerRe: validate input Pin
Josh Smith9-Jun-06 4:24
Josh Smith9-Jun-06 4:24 
GeneralRe: validate input Pin
donkaiser9-Jun-06 4:40
donkaiser9-Jun-06 4:40 
GeneralRe: validate input Pin
Josh Smith9-Jun-06 5:15
Josh Smith9-Jun-06 5:15 
QuestionHow to run App from stream ? Pin
hdv2129-Jun-06 3:20
hdv2129-Jun-06 3:20 
AnswerRe: How to run App from stream ? Pin
Josh Smith9-Jun-06 4:00
Josh Smith9-Jun-06 4:00 

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.