.GetType()
duckling.GetType().FullName
三种方式:
一、System.Object.GetType
http://msdn.microsoft.com/en-us/library/system.object.gettype.aspx
二、System.Type.GetType
http://msdn.microsoft.com/zh-cn/library/system.type.gettype%28v=VS.80%29.aspx
三、typeof
http://msdn.microsoft.com/zh-cn/library/58918ffs%28VS.80%29.aspx