资讯

Practical .NET Processing All Properties on an Object If you ever need to work with all of the properties in some object, you can use GetType and GetProperties to retrieve the object's PropertyInfo ...
According to MSDN, Type.GetType (fqn) alone should work, as it "searches mscorlib and the current assembly".<BR><BR>Anyone have ideas on what's the problem here?