Re: [DOTNET] Dynamic Objects.

2002-05-05 Thread Rolls, Robert
I may as well just add an indexer to a generic class. Thanks. Robert. -Original Message- From: Ethan Smith [mailto:[EMAIL PROTECTED]] Sent: Saturday, 4 May 2002 1:25 To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Dynamic Objects. VB.NET still supports late binding (without having to

Re: [DOTNET] Dynamic Objects.

2002-05-03 Thread Ethan Smith
VB.NET still supports late binding (without having to explicitly use reflection). -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Rolls, Robert Sent: Thursday, May 02, 2002 11:59 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Dynamic Objects. hmm If I

Re: [DOTNET] Dynamic Objects.

2002-05-02 Thread Rolls, Robert
imple anymore do i have to supply the plumbing myself. Regards Robert. -Original Message- From: Sievert, James A [mailto:[EMAIL PROTECTED]] Sent: Friday, 3 May 2002 13:03 To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Dynamic Objects. > also if you implement the > interface and add a few

Re: [DOTNET] Dynamic Objects.

2002-05-02 Thread Sievert, James A
> also if you implement the > interface and add a few properties - pass the object to a > function how do > you call the new properties! IExpando extends IReflect. If you implement IExpando, you'll also implement IReflect. A target function can use the members of IReflect to find out about, and

[DOTNET] Dynamic Objects.

2002-05-02 Thread Rolls, Robert
Hi All, Does anybody have a wrapper around IExpando also if you implement the interface and add a few properties - pass the object to a function how do you call the new properties! Is Expando objects only for COM interop with IDispatchEx? I want to read an XML tree fragment that describes a simp