[IronPython] System.RuntimeType

John Gossman johngos at microsoft.com
Fri May 13 23:38:13 CEST 2005


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

________________________________

From: users-ironpython.com-bounces at lists.ironpython.com
[mailto:users-ironpython.com-bounces at lists.ironpython.com] On Behalf Of
Chris Anderson
Sent: Friday, May 13, 2005 2:23 PM
To: users-ironpython.com at 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 <johngos at microsoft.com> wrote: 

	element.GetType().GetProperties()
	 
	element.GetType().Assembly
	 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050513/82532961/attachment.html>


More information about the Ironpython-users mailing list