Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
GeneralRe: running scripts inside a c# application Pin
johanna4223-Aug-04 8:52
johanna4223-Aug-04 8:52 
GeneralRe: running scripts inside a c# application Pin
Heath Stewart23-Aug-04 9:44
protectorHeath Stewart23-Aug-04 9:44 
GeneralRe: running scripts inside a c# application Pin
johanna4223-Aug-04 11:14
johanna4223-Aug-04 11:14 
GeneralRe: running scripts inside a c# application Pin
Nick Parker23-Aug-04 11:35
protectorNick Parker23-Aug-04 11:35 
GeneralRe: running scripts inside a c# application Pin
johanna4223-Aug-04 11:57
johanna4223-Aug-04 11:57 
GeneralRe: running scripts inside a c# application Pin
mav.northwind23-Aug-04 22:44
mav.northwind23-Aug-04 22:44 
GeneralThank you! Pin
johanna4224-Aug-04 4:15
johanna4224-Aug-04 4:15 
GeneralRe: Thank you! Pin
Heath Stewart24-Aug-04 7:16
protectorHeath Stewart24-Aug-04 7:16 
You still need to expose your .NET components - your object model (OM) - as COM objects, though. You can embed the scripting engine (I never said you can't; only that .NET is not a script host itself and that scripting revolves around COM) because it itself is a COM component (so you create a CCW, or COM-Callable Wrapper), but in order for script to access your object model you have to expose COM objects.

I'm not sure why you stumbled into the CodeDom. What you need to read is Interoperating with Unmanaged Code[^].

 

Software Design Engineer
Developer Division Sustained Engineering, Microsoft
My Articles
GeneralRe: Thank you! Pin
mav.northwind24-Aug-04 21:53
mav.northwind24-Aug-04 21:53 
GeneralRe: Thank you! Pin
Heath Stewart25-Aug-04 11:01
protectorHeath Stewart25-Aug-04 11:01 
GeneralRe: Thank you! Pin
mav.northwind25-Aug-04 20:46
mav.northwind25-Aug-04 20:46 
GeneralRe: Thank you! Pin
Heath Stewart26-Aug-04 7:01
protectorHeath Stewart26-Aug-04 7:01 
GeneralRe: Thank you! Pin
mav.northwind26-Aug-04 20:43
mav.northwind26-Aug-04 20:43 
GeneralRe: running scripts inside a c# application Pin
Steve Maier23-Aug-04 10:06
professionalSteve Maier23-Aug-04 10:06 
Generalneed good (free) editing control Pin
LongRange.Shooter23-Aug-04 7:21
LongRange.Shooter23-Aug-04 7:21 
GeneralRe: need good (free) editing control Pin
Nick Parker23-Aug-04 8:19
protectorNick Parker23-Aug-04 8:19 
GeneralRe: need good (free) editing control Pin
LongRange.Shooter23-Aug-04 8:29
LongRange.Shooter23-Aug-04 8:29 
GeneralRe: need good (free) editing control Pin
Judah Gabriel Himango23-Aug-04 8:39
sponsorJudah Gabriel Himango23-Aug-04 8:39 
GeneralRe: need good (free) editing control Pin
Nick Parker23-Aug-04 9:04
protectorNick Parker23-Aug-04 9:04 
GeneralRe: need good (free) editing control Pin
Nick Parker23-Aug-04 9:01
protectorNick Parker23-Aug-04 9:01 
GeneralRe: need good (free) editing control Pin
LongRange.Shooter23-Aug-04 9:51
LongRange.Shooter23-Aug-04 9:51 
GeneralRe: need good (free) editing control Pin
Heath Stewart23-Aug-04 9:47
protectorHeath Stewart23-Aug-04 9:47 
GeneralRe: need good (free) editing control Pin
Nick Parker23-Aug-04 10:05
protectorNick Parker23-Aug-04 10:05 
GeneralChanging a Password on ActiveDirectory Pin
Colin Angus Mackay23-Aug-04 7:21
Colin Angus Mackay23-Aug-04 7:21 
GeneralRe: Changing a Password on ActiveDirectory Pin
Nick Parker23-Aug-04 8:26
protectorNick Parker23-Aug-04 8:26 

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.