Sign In
kingces's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
System.Reflection
Archive
Archives
August 2005
(2)
July 2005
(1)
April 2004
(1)
August, 2005
MSDN Blogs
>
kingces's WebLog
>
August, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
kingces's WebLog
MemberInfo Identity, Comparing MemberInfos
Posted
over 7 years ago
by
kingces
2
Comments
The identity most users would expect MemberInfos (other than Type) to have is not what Reflection provides. So for example most folks would expect the follow program to print true instead of false: public class B { public void M() { } } public...
kingces's WebLog
Never use Type.ReflectedType
Posted
over 7 years ago
by
kingces
0
Comments
Never use MemberInfo.ReflectedType. ReflectedType is not well defined and so logic which depends on it is also not well defined. Using ReflectedType won’t crash your system but chances are that you’ve got a bug in whatever logic is using ReflectedType...
Page 1 of 1 (2 items)