调用模块 meaning in English
call module
calling module
Examples
- System call modules are simply klds that install a system call
系统调用模块是安装系统调用的kld 。 - However , if the same user owns the calling module and the module being called , execute permission checking is not performed for the second module
但是,如果同一用户拥有调用模块和被调用模块,则不对后者执行execute权限检查。 - The nesting level is incremented when the called module or managed code reference starts execution , and it is decremented when the called module or managed code reference has finished
当开始执行调用模块或托管代码引用时,嵌套级别将增加,而当调用模块或托管代码引用完成时,嵌套级别将减少。 - When these events are raised , the appropriate method in your module is called and the module can perform whatever logic is required , such as an authentication check or logging request information
当这些事件被引发时,会调用模块中适当的方法,并且模块可以执行所需的任何逻辑,如身份验证检查或记录请求信息。 - More specifically , you invoke methods in the same way as module procedures , except that you can qualify methods with an expression specifying the object instance whose method is to be called
更具体地讲,除了可以用表达式指定将调用其方法的对象实例,从而对方法进行限定外,调用方法的方式与调用模块过程相同。