RE: [IronPython] System.RuntimeType

2005-05-13 Thread John Gossman
: [IronPython] System.RuntimeType How would I do it without an instance available... I basically just want the runtime type for a specific type, not based on an instance. On 5/13/05, John Gossman <[EMAIL PROTECTED]> wrote: element.GetType().GetProperties()   element.GetType().As

RE: [IronPython] System.RuntimeType

2005-05-13 Thread John Gossman
element.GetType().GetProperties()   element.GetType().Assembly     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris AndersonSent: Friday, May 13, 2005 2:06 PMTo: users-ironpython.com@lists.ironpython.comSubject: [IronPython] System.RuntimeType I'm trying to get a Syst

RE: [IronPython] Pythalon

2005-05-09 Thread John Gossman
Attached a small png. I was in the middle of the blog entry when I realized I didn't have a place to host pictures... I'm fixing that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith J. Farmer Sent: Sunday, May 08, 2005 12:19 PM To: Discussion of

RE: [IronPython] Pythalon

2005-05-08 Thread John Gossman
Try this: http://www.johngossman.net/PythalonSample.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith J. Farmer Sent: Sunday, May 08, 2005 12:19 PM To: Discussion of IronPython Subject: RE: [IronPython] Pythalon Ask Gossman -- I just forward th