static MethodProxy createConst() { return MethodProxy( &invokeConst<METHOD> ); }
MethodProxy createMethodProxy(unsigned int offset) { return MethodProxy(id, offset, union_cast<void *>(&MethodProxyCreator::methodProxyX < id > )); }
static MethodProxy create() { return MethodProxy( &invoke<METHOD> ); }