コード例 #1
0
ファイル: runtimemethodhandle.cs プロジェクト: ydunk/masters
 /// <include file='doc\RuntimeMethodHandle.uex' path='docs/doc[@for="RuntimeMethodHandle.GetFunctionPointer"]/*' />
 public System.IntPtr GetFunctionPointer()
 {
     return(RuntimeMethodHandle.InternalGetFunctionPointer(m_ptr));
 }