You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/RuntimeMethodHandle.xml
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,12 @@
200
200
<Docs>
201
201
<summary>Obtains a pointer to the method represented by this instance.</summary>
202
202
<returns>A pointer to the method represented by this instance.</returns>
203
-
<remarks>To be added.</remarks>
203
+
<remarks>
204
+
<formattype="text/markdown"><![CDATA[
205
+
## Remarks
206
+
The returned <xref:System.IntPtr> is meant for internal runtime usage and should not be used to call the function from native code. Use <xref:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate%2A?displayProperty=nameWithType> in order to get a function pointer that can be passed to native code.
207
+
]]></format>
208
+
</remarks>
204
209
<exceptioncref="T:System.Security.SecurityException">The caller does not have the necessary permission to perform this operation.</exception>
205
210
<permissioncref="T:System.Security.SecurityCriticalAttribute">Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.</permission>
0 commit comments