System.Reflection.Emit.MethodRental.SwapMethodBodyHelper C# (CSharp) Method

SwapMethodBodyHelper() private method

private SwapMethodBodyHelper ( RuntimeType cls, int methodtoken, IntPtr rgIL, int methodSize, int flags, System.Threading.StackCrawlMark &stackMark ) : void
cls RuntimeType
methodtoken int
rgIL System.IntPtr
methodSize int
flags int
stackMark System.Threading.StackCrawlMark
return void
        internal extern static void SwapMethodBodyHelper(
    		RuntimeType	cls,				// [in] class containing the method
    		int			methodtoken,		// [in] method token
    		IntPtr		rgIL,				// [in] pointer to bytes
    		int			methodSize,			// [in] the size of the new method body in bytes
            int         flags,              // [in] flags
            ref StackCrawlMark stackMark);  // [in] stack crawl mark used to find caller