<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=378000921-13052005><FONT face=Arial 
color=#0000ff size=2>element.GetType().GetProperties()</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=378000921-13052005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=378000921-13052005><FONT face=Arial 
color=#0000ff size=2>element.GetType().Assembly</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=378000921-13052005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=378000921-13052005></SPAN>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> 
users-ironpython.com-bounces@lists.ironpython.com 
[mailto:users-ironpython.com-bounces@lists.ironpython.com] <B>On Behalf Of 
</B>Chris Anderson<BR><B>Sent:</B> Friday, May 13, 2005 2:06 PM<BR><B>To:</B> 
users-ironpython.com@lists.ironpython.com<BR><B>Subject:</B> [IronPython] 
System.RuntimeType<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>I'm trying to get a System.RuntimeType in a simple Python script... today 
if&nbsp;i use the "type" keyword, i get a Python type object... I really want 
the equivalent of C#'s typeof operator. Specifically I want to be able to access 
the GetProperties(), GetMethods(), and GetEvents() on the type object... also I 
need to access the Assembly for a type to do some searching... </DIV>
<DIV>&nbsp;</DIV>
<DIV>Thoughts?</DIV></BODY></HTML>