[Mono-devel-list] Requesting Assistance
Miguel de Icaza
miguel at ximian.com
Wed Mar 17 22:12:44 EST 2004
1). The following code snippet appears in Thread.cs:
[MethodImplAttribute(MethodImplOptions.InternalCall)
private extern static Thread
CurrentThread_internal();
I found from MSDN that the attribute
methodImplAttribute is used here to specify that the method is
defined else where and that the InternalCall refers to those
methods implemented *WITHIN* the CLR.
*WHERE* exactly are the definition of such methods
found and *HOW* do I know all such methods.
This varies from implementation to implementation. In Mono you can
find those in mono/mono/metadata/icall.c, where we register them with
the runtime
Miguel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040317/8a43831a/attachment.html
More information about the Mono-devel-list
mailing list