Author: miguel
Date: 2005-11-23 16:40:53 -0500 (Wed, 23 Nov 2005)
New Revision: 53416
Modified:
trunk/monodoc/class/corlib/en/System.Reflection/Assembly.xml
Log:
Apply patch from [EMAIL PROTECTED]
Modified: trunk/monodoc/class/corlib/en/System.Reflection/Assembly.xml
===================================================================
--- trunk/monodoc/class/corlib/en/System.Reflection/Assembly.xml
2005-11-23 21:39:53 UTC (rev 53415)
+++ trunk/monodoc/class/corlib/en/System.Reflection/Assembly.xml
2005-11-23 21:40:53 UTC (rev 53416)
@@ -971,9 +971,9 @@
</ReturnValue>
<Parameters />
<Docs>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
- <remarks>To be added.</remarks>
+ <summary>Gives the Assembly of the method which invoked the currently
running method.</summary>
+ <returns>Assembly of the method which invoked the calling
method.</returns>
+ <remarks>If method A invokes method B, and method B calls
Assembly.GetExecutingAssembly() then the result is the assembly of method A. In
other words, this is useful for things like performing reflection on a user of
some utility class you are writing. It does NOT return the "current" assembly
of your own code! For that, try Assembly.GetAssembly(this)</remarks>
</Docs>
</Member>
<Member MemberName="GetReferencedAssemblies">
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches