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)
MSDN Blogs
>
kingces's WebLog
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...
kingces's WebLog
Do not derive from System.Type
Posted
over 7 years ago
by
kingces
0
Comments
Do not derive from System.Type or any other types deriving from System.MemberInfo. You might infer from all those protected members on Type that we intended to have folks derive from Type and have those 3ed party Types somehow "play nice" with the rest...
kingces's WebLog
Hello World!
Posted
over 8 years ago
by
kingces
13
Comments
I am one of the current stewards of System.Reflection. Feel free to post your reflection scenarios or Reflection related questions if you'd like direct feedback. Thanks, Chris
Page 1 of 1 (4 items)