2009-12-16 138 views

回答

3

可以調用GetInterfaces方法。

Type[] interfaceTypes = myType.GetInterfaces(); 
1
Type.GetInterfaces() 

:)

相關問題