Sorry,
 
Ops.object2type(Button)
 
Ops.object2type(Button).Assembly
 
etc.
 
Should have realized what you meant.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Anderson
Sent: Friday, May 13, 2005 2:23 PM
To: users-ironpython.com@lists.ironpython.com
Subject: Re: [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().Assembly
 
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to