Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: debugging Pin
Skippums14-Jan-08 17:32
Skippums14-Jan-08 17:32 
QuestionDoes a race condition exist in the following code? Pin
Skippums14-Jan-08 14:57
Skippums14-Jan-08 14:57 
GeneralRe: Does a race condition exist in the following code? Pin
S. Senthil Kumar14-Jan-08 18:03
S. Senthil Kumar14-Jan-08 18:03 
GeneralRe: Does a race condition exist in the following code? Pin
Skippums15-Jan-08 4:48
Skippums15-Jan-08 4:48 
GeneralRe: Does a race condition exist in the following code? Pin
PIEBALDconsult15-Jan-08 15:45
mvePIEBALDconsult15-Jan-08 15:45 
GeneralRe: Does a race condition exist in the following code? Pin
Pete O'Hanlon16-Jan-08 1:20
mvePete O'Hanlon16-Jan-08 1:20 
QuestionDynamic Method Delegate [modified] Pin
Gywox14-Jan-08 14:25
Gywox14-Jan-08 14:25 
GeneralRe: Dynamic Method Delegate Pin
Mark Churchill14-Jan-08 21:49
Mark Churchill14-Jan-08 21:49 
Its probably easier to just wrap a delegate like so:

this.locals.Add("AddItem", delegate(string object, int count) { this.AddItem(object, count); })

It might be even easier to use Boo (which has a very python like syntax) as your scripting language - as you can just expose your whole Actor instance to the Boo interpreter (or compile it).

You should probably make sure that IronPython can't reference an object instance as well before you go down this route.


GeneralRe: Dynamic Method Delegate Pin
Gywox14-Jan-08 23:26
Gywox14-Jan-08 23:26 
GeneralRe: Dynamic Method Delegate Pin
Mark Churchill15-Jan-08 2:00
Mark Churchill15-Jan-08 2:00 
GeneralComponent1 vs Infragistics vs Syncfusion Pin
kozu14-Jan-08 13:03
kozu14-Jan-08 13:03 
GeneralRe: Component1 vs Infragistics vs Syncfusion Pin
Not Active14-Jan-08 14:31
mentorNot Active14-Jan-08 14:31 
GeneralRe: Component1 vs Infragistics vs Syncfusion Pin
J$14-Jan-08 14:44
J$14-Jan-08 14:44 
GeneralRe: Component1 vs Infragistics vs Syncfusion Pin
kozu14-Jan-08 18:15
kozu14-Jan-08 18:15 
GeneralRe: Component1 vs Infragistics vs Syncfusion Pin
Nouman Bhatti14-Jan-08 22:32
Nouman Bhatti14-Jan-08 22:32 
GeneralRe: Component1 vs Infragistics vs Syncfusion Pin
IAM...13-Mar-10 14:01
IAM...13-Mar-10 14:01 
Questionprogramming into smart card Pin
roonierobster14-Jan-08 12:04
roonierobster14-Jan-08 12:04 
QuestionC# .NET and a networked PC with MySQL running Pin
CoolBytes14-Jan-08 11:48
CoolBytes14-Jan-08 11:48 
GeneralRe: C# .NET and a networked PC with MySQL running Pin
DaveyM6914-Jan-08 12:10
professionalDaveyM6914-Jan-08 12:10 
GeneralRe: C# .NET and a networked PC with MySQL running Pin
Not Active14-Jan-08 12:13
mentorNot Active14-Jan-08 12:13 
GeneralRe: C# .NET and a networked PC with MySQL running Pin
CoolBytes14-Jan-08 12:16
CoolBytes14-Jan-08 12:16 
GeneralRe: C# .NET and a networked PC with MySQL running Pin
DaveyM6914-Jan-08 12:34
professionalDaveyM6914-Jan-08 12:34 
GeneralRe: C# .NET and a networked PC with MySQL running Pin
CoolBytes14-Jan-08 12:48
CoolBytes14-Jan-08 12:48 
GeneralRe: C# .NET and a networked PC with MySQL running Pin
Mark Churchill14-Jan-08 13:15
Mark Churchill14-Jan-08 13:15 
GeneralRe: C# .NET and a networked PC with MySQL running Pin
CoolBytes14-Jan-08 13:24
CoolBytes14-Jan-08 13:24 

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.