Microsoft.com Home
|
Site Map
MSDN Home
|
Developer Centers
|
MSDN Flash
|
Subscribers
Blogs Home
Sign in
|
Join
Search
RSS
OPML
kingces's WebLog
Hello World!
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
Published Monday, April 05, 2004 11:41 AM by
kingces
Filed under:
System.Reflection
Comments
Chris King
said:
Chris King reflecting on his own webblog. Hello World!
April 5, 2004 12:31 PM
Joel Pobar's weblog
said:
April 5, 2004 1:00 PM
GianlucaV
said:
What's the weblog of Dario Russi?
April 5, 2004 2:21 PM
Robert Hurlbut
said:
Welcome! Looking forward to your CLR/Reflection posts.
April 5, 2004 3:51 PM
Ilya Ryzhenkov
said:
Great! Waiting for cool info :) Btw, could you point to someone from System.ComponentModel?
April 6, 2004 8:26 AM
Matt
said:
In CLR 1.2 (Visual Studio 2005), what kind of speed improvements can we expect over CLR 1.1?
Do U have any data similar to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/highperfmanagedapps.asp
for reflection?
April 7, 2004 7:01 AM
Dominic Cooney
said:
I've noticed MethodBase::GetMethodBody in Whidbey, which means it is /almost/ possible to slurp in an assembly, manipulate it, and write out the transformed one with Reflection Emit. But is it possible to access custom attributes in their un-constructed form (i.e. as a ConstructorInfo, argument list and keyword arguments-- like what you need to synthesize the same attribute with a ConstructorBuilder?)
May 12, 2004 2:51 AM
Bill Lefler
said:
I'm having a time getting ref parameters to work from .net to a COM object. I can call the method fine without passing a ParameterModifier, but I get a TargetInvocationException with a CommException of 'Invalid callee' when I attempt to pass the ParameterModifier and set one of the params to ref. Here the code snippet...
tCSCS = System.Type.GetTypeFromProgID(CSCS_CLASS_ID);
oCSCS = tCSCS.InvokeMember(null, BindingFlags.CreateInstance, null, null, null);
long matchedRec = 0;
object[] args = {searchValues, matchedRec};
ParameterModifier[] pm = new ParameterModifier[1] {new ParameterModifier(2)};
pm[0][0] = false;
pm[0][1] = true;
object rc = tCSCS.InvokeMember("GetCaseCount", BindingFlags.InvokeMethod, null, oCSCS, args, pm, null, null);
I'm stuck!
May 25, 2004 5:13 PM
Roman
said:
Try lloking at
http://www.mail-archive.com/advanced-dotnet@discuss.develop.com/msg01516.html
June 7, 2004 1:17 AM
s.
said:
nice site
June 14, 2004 8:00 PM
gool
said:
Believe you, support you, I believe that you are right! ! ! I will make great efforts to look like your study! ! !
http://www.sj55.com/pic_sort/71_1.htm
August 2, 2004 3:01 AM
asdfd
said:
Post more!
August 5, 2004 8:33 AM
fgd
said:
Welcome! Looking forward to your CLR/Reflection posts.
August 5, 2004 8:34 AM
Anonymous comments are disabled
This Blog
Home
Email
Links
Syndication
RSS 2.0
Atom 1.0
Recent Posts
MemberInfo Identity, Comparing MemberInfos
Never use Type.ReflectedType
Do not derive from System.Type
Hello World!
Tags
System.Reflection
Archives
August 2005 (2)
July 2005 (1)
April 2004 (1)
Manage Your Profile
|
Legal
|
Contact Us
|
MSDN Flash Newsletter
© 2009 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement