Implementing / using the IExpando interface

M

Matt Adamson

Guys,

Does anyone know much about the IExpando interface?

I have a business object I've created and I'd like to add support for
methods / attributes at runtime so that scripting clients ( e.g. ASP /
VBScript / Java script ) can call the .NET object through a RCW and invoke
methods which are added at runtime.

Do I need to inherit my .NET class from IExpando and implement methods such
as AddMethod. Are these called by the scripting engine to resolve methods
which don't exist. e.g. assume a query class contains methods such as Save
however a method Resolve needs to be added at runtime so I can write code
such as

oQuery.Resolve.

Cheers

Matt
 
M

Matt Adamson

Has anyone got any thoughts on this, or can you refer me to other resources
where I can get more information?

If know one knows on this news group who should I contact next?

Cheers

Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top